diff --git a/vmm/src/api/http.rs b/vmm/src/api/http.rs index 04998c28f..6a643d2d0 100644 --- a/vmm/src/api/http.rs +++ b/vmm/src/api/http.rs @@ -255,7 +255,6 @@ pub fn start_http_path_thread( seccomp_action: &SeccompAction, exit_evt: EventFd, ) -> Result>> { - std::fs::remove_file(path).unwrap_or_default(); let socket_path = PathBuf::from(path); let socket_fd = UnixListener::bind(socket_path).map_err(VmmError::CreateApiServerSocket)?; let server =