From 81a29f56134f2569ab7be6f3c281ffc526c91343 Mon Sep 17 00:00:00 2001 From: Philippe Saint-Pierre Date: Sun, 27 Nov 2011 11:39:20 -0500 Subject: [PATCH] Removing deadcode. Specific Case already taken care of. CID 2865. --- src/bin/checkfs.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/checkfs.cpp b/src/bin/checkfs.cpp index 6240b0805e..5354e02517 100644 --- a/src/bin/checkfs.cpp +++ b/src/bin/checkfs.cpp @@ -55,8 +55,6 @@ main(int argc, char** argv) case 'c': // --check-only checkOnly = true; break; - case -1: // done with options - break; default: // everything else usage(stderr); return 1;