projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f612143
)
char: remove unused READ_RETRIES
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Mon, 12 Dec 2016 13:40:54 +0000
(16:40 +0300)
committer
Marc-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
patch
|
blob
|
history
diff --git
a/chardev/char.c
b/chardev/char.c
index 6d0d5e722be79e4c3434b158fc2b08ac7fe9d29f..722c98dc33d8f1ecda8a1b4955fd6df953e012f7 100644
(file)
--- 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
/***********************************************************/