diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-09-17 09:07:00 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-09-17 09:07:00 +0200 |
commit | 0b3c8902d994229f62ecbeef71440e3134ef3575 (patch) | |
tree | 142ae444b5e7a8b10a66544f37e2bdbb722c0b47 | |
parent | 699d803aaf7a6c705fce4a41dca7f96df6bdae6a (diff) |
util: Remove shadowin of the readset parameter
-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); |