From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRMjM-00018x-Fm for qemu-devel@nongnu.org; Wed, 11 Jan 2017 12:30:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRMjK-0006UO-Bb for qemu-devel@nongnu.org; Wed, 11 Jan 2017 12:30:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50052) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRMjJ-0006Tl-Tj for qemu-devel@nongnu.org; Wed, 11 Jan 2017 12:30:34 -0500 Received: from smtp.corp.redhat.com (int-mx16.intmail.prod.int.phx2.redhat.com [10.5.11.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id ED40031B33B for ; Wed, 11 Jan 2017 17:30:33 +0000 (UTC) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 11 Jan 2017 18:29:42 +0100 Message-Id: <20170111172956.11255-27-marcandre.lureau@redhat.com> In-Reply-To: <20170111172956.11255-1-marcandre.lureau@redhat.com> References: <20170111172956.11255-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 26/40] char: remove unused READ_RETRIES List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, eblake@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Curiously unused since its introduction in commit 7b0bfdf52d69. Signed-off-by: Marc-Andr=C3=A9 Lureau --- chardev/char.c | 1 - 1 file changed, 1 deletion(-) diff --git a/chardev/char.c b/chardev/char.c index f710a01c9b..ea8903c0d7 100644 --- a/chardev/char.c +++ b/chardev/char.c @@ -87,7 +87,6 @@ =20 #include "char-mux.h" =20 -#define READ_RETRIES 10 #define TCP_MAX_FDS 16 =20 /***********************************************************/ --=20 2.11.0