| Index: src/x64/regexp-macro-assembler-x64.h
|
| diff --git a/src/x64/regexp-macro-assembler-x64.h b/src/x64/regexp-macro-assembler-x64.h
|
| index 3e6720dc0dae1dabccac2c3330ef7a7a289fd202..31a14c5d8ff63b0cb8d0b31b5ce906384c9e9070 100644
|
| --- a/src/x64/regexp-macro-assembler-x64.h
|
| +++ b/src/x64/regexp-macro-assembler-x64.h
|
| @@ -73,8 +73,6 @@ class RegExpMacroAssemblerX64: public NativeRegExpMacroAssembler {
|
| // the end of the string.
|
| virtual void CheckPosition(int cp_offset, Label* on_outside_input);
|
| virtual bool CheckSpecialCharacterClass(uc16 type,
|
| - int cp_offset,
|
| - bool check_offset,
|
| Label* on_no_match);
|
| virtual void Fail();
|
| virtual Handle<Object> GetCode(Handle<String> source);
|
|
|