From 0eff1c579eaf0555e77eb87c39814ec47e52ebf3 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 4 Feb 2021 16:29:10 +0000 Subject: open_sock(): remove stale comment (#307) We fixed it so we don't accept() when we create the context, but only when we attach. Signed-off-by: John Levon Reviewed-by: Thanos Makatos --- lib/tran_sock.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') diff --git a/lib/tran_sock.c b/lib/tran_sock.c index 4e9adb2..aadbdd2 100644 --- a/lib/tran_sock.c +++ b/lib/tran_sock.c @@ -687,10 +687,6 @@ negotiate(vfu_ctx_t *vfu_ctx, int sock) return ret; } -/** - * vfu_ctx: libvfio-user context - * FIXME: this shouldn't be happening as part of vfu_ctx_create(). - */ static int open_sock(vfu_ctx_t *vfu_ctx) { -- cgit v1.1