diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-12-12 16:40:54 +0300 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-01-31 23:31:20 +0400 |
commit | 09fbe4e3e1e8a0742d46327440835e1c1b57d030 (patch) | |
tree | 45c913bce45596817fbf14221a95a36fb444a5d1 /chardev | |
parent | f612143a033a2373c17fa5bfa73c611c17092cc0 (diff) |
char: remove unused READ_RETRIES
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>
Diffstat (limited to 'chardev')
-rw-r--r-- | chardev/char.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 /***********************************************************/ |