Chromium Code Reviews| Index: runtime/bin/http_parser.dart |
| diff --git a/runtime/bin/http_parser.dart b/runtime/bin/http_parser.dart |
| index 603ee0a1a04a6042b5f8dec1967e0fed564f9cdd..499e66c7940a664cb7691d33cc42b0536ada40f1 100644 |
| --- a/runtime/bin/http_parser.dart |
| +++ b/runtime/bin/http_parser.dart |
| @@ -505,7 +505,6 @@ class _HttpParser { |
| return byte - 0x61 + 10; // a - f |
| } else { |
| throw new HttpParserException("Failed to parse HTTP"); |
| - return 0; |
| } |
| } |