diff options
Diffstat (limited to 'Source/JavaScriptCore/yarr/Yarr.h')
-rw-r--r-- | Source/JavaScriptCore/yarr/Yarr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/JavaScriptCore/yarr/Yarr.h b/Source/JavaScriptCore/yarr/Yarr.h index 57a3846c0..d393e9fa9 100644 --- a/Source/JavaScriptCore/yarr/Yarr.h +++ b/Source/JavaScriptCore/yarr/Yarr.h @@ -63,9 +63,6 @@ enum YarrCharSize { Char16 }; -JS_EXPORT_PRIVATE PassOwnPtr<BytecodePattern> byteCompile(YarrPattern&, BumpPointerAllocator*); -JS_EXPORT_PRIVATE unsigned interpret(BytecodePattern*, const UString& input, unsigned start, unsigned length, unsigned* output); - } } // namespace JSC::Yarr #endif // Yarr_h |