remove unreachable code

This commit is contained in:
Dennis Luxen
2014-03-24 16:46:31 +01:00
parent 26397e4692
commit b429d9f509
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -239,8 +239,6 @@ boost::tribool RequestParser::consume(
}
case expecting_newline_3:
return (input == '\n');
default:
return false;
}
}