diff mbox

[PULL,27/41] char: remove unused READ_RETRIES

Message ID 20170131162122.29408-28-marcandre.lureau@redhat.com
State New
Headers show

Commit Message

Marc-André Lureau Jan. 31, 2017, 4:21 p.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/chardev/char.c b/chardev/char.c
index 6d0d5e722b..722c98dc33 100644
--- a/chardev/char.c
+++ b/chardev/char.c
@@ -87,7 +87,6 @@ 
 
 #include "char-mux.h"
 
-#define READ_RETRIES 10
 #define TCP_MAX_FDS 16
 
 /***********************************************************/