OSDN Git Service

char: remove unused READ_RETRIES
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 12 Dec 2016 13:40:54 +0000 (16:40 +0300)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 31 Jan 2017 19:31:20 +0000 (23:31 +0400)
Curiously unused since its introduction in commit 7b0bfdf52d69.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
chardev/char.c

index 6d0d5e7..722c98d 100644 (file)
@@ -87,7 +87,6 @@
 
 #include "char-mux.h"
 
-#define READ_RETRIES 10
 #define TCP_MAX_FDS 16
 
 /***********************************************************/