diff mbox

[40/54] char: remove unused READ_RETRIES

Message ID 20161212224325.20790-41-marcandre.lureau@redhat.com
State New
Headers show

Commit Message

Marc-André Lureau Dec. 12, 2016, 10:43 p.m. UTC
Curiously unused since its introduction in commit 7b0bfdf52d69.

Signed-off-by: Marc-André Lureau <marcandre.lureau@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 1fdfa98954..eb9fb8d984 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
 
 /***********************************************************/