diff options
-rw-r--r-- | fish/fish.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fish/fish.c b/fish/fish.c index 91c5dadd..156147a3 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -326,8 +326,6 @@ main (int argc, char *argv[]) usage (0); default: - fprintf (stderr, _("%s: unexpected command line option 0x%x\n"), - program_name, c); usage (1); } } |