Remove useless code.

pull/231/head
Eric Leblond 13 years ago
parent b3d4285982
commit 1fd47cfb96

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

Loading…
Cancel
Save