Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index 8623f3845900f9881b62f73d88d9c2dbd0934dde..1dfc153362c6831eb4c804614cb4cfb2bb0639cf 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -321,7 +321,6 @@ class RegExpParser { |
| // and sets the value if it is. |
| bool ParseHexEscape(int length, uc32* value); |
| - uc32 ParseControlLetterEscape(); |
| uc32 ParseOctalLiteral(); |
| // Tries to parse the input as a back reference. If successful it |