diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/util/shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/shell.c b/src/util/shell.c index f1333dc..d7d1624 100644 --- a/src/util/shell.c +++ b/src/util/shell.c @@ -629,7 +629,6 @@ int shell_main(struct lgsm_handle *lgsmh, int sync) printf("# "); while (1) { - fd_set readset; FD_SET(0, &readset); FD_SET(gsm_fd, &readset); |