diff options
Diffstat (limited to 'proto-shell.c')
-rw-r--r-- | proto-shell.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/proto-shell.c b/proto-shell.c index 9653f4c..47a9568 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -181,11 +181,6 @@ proto_shell_handler(struct interface_proto_state *proto, state->sm = S_SETUP; break; - case S_SETUP_ABORT: - case S_TEARDOWN: - case S_SETUP: - return 0; - default: return -1; } |