summaryrefslogtreecommitdiff
path: root/chardev/char.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-12-12 16:40:54 +0300
committerMarc-André Lureau <marcandre.lureau@redhat.com>2017-01-31 23:31:20 +0400
commit09fbe4e3e1e8a0742d46327440835e1c1b57d030 (patch)
tree45c913bce45596817fbf14221a95a36fb444a5d1 /chardev/char.c
parentf612143a033a2373c17fa5bfa73c611c17092cc0 (diff)
downloadqemu-09fbe4e3e1e8a0742d46327440835e1c1b57d030.tar.gz
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/char.c')
-rw-r--r--chardev/char.c1
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
/***********************************************************/