From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g86LK-0005cu-TO for qemu-devel@nongnu.org; Thu, 04 Oct 2018 12:19:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g86LH-0002Xv-Ly for qemu-devel@nongnu.org; Thu, 04 Oct 2018 12:19:13 -0400 From: Cleber Rosa Date: Thu, 4 Oct 2018 12:18:48 -0400 Message-Id: <20181004161852.11673-7-crosa@redhat.com> In-Reply-To: <20181004161852.11673-1-crosa@redhat.com> References: <20181004161852.11673-1-crosa@redhat.com> Subject: [Qemu-devel] [PATCH 06/10] thunk.c: clean up commented out definition List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio , Eduardo Habkost , qemu-block@nongnu.org, Kevin Wolf , Michael Tokarev , Laurent Vivier , Cleber Rosa , qemu-trivial@nongnu.org, Max Reitz Signed-off-by: Cleber Rosa --- thunk.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/thunk.c b/thunk.c index d5d8645cd4..e351ae53af 100644 --- a/thunk.c +++ b/thunk.c @@ -21,8 +21,6 @@ #include "qemu.h" #include "exec/user/thunk.h" -//#define DEBUG - static unsigned int max_struct_entries; StructEntry *struct_entries; -- 2.17.1