]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Remove useless code.
authorEric Leblond <eric@regit.org>
Wed, 28 Nov 2012 16:58:18 +0000 (17:58 +0100)
committerEric Leblond <eric@regit.org>
Wed, 28 Nov 2012 16:58:18 +0000 (17:58 +0100)
src/app-layer-parser.c

index 0995b8c00c5d0fc3a5cc68c5c64a2c79e3c41f95..da6aefb36443b5a437e14e13d59eb057fe4b9e61 100644 (file)
@@ -541,8 +541,6 @@ const char *AppLayerGetProtoString(int proto)
     } else {
         return al_proto_table[proto].name;
     }
-
-    return "Undefined";
 }
 
 /** \brief Description: register a parser.