diff options
Diffstat (limited to 'Source/JavaScriptCore/bytecode/SpecialPointer.h')
| -rw-r--r-- | Source/JavaScriptCore/bytecode/SpecialPointer.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/bytecode/SpecialPointer.h b/Source/JavaScriptCore/bytecode/SpecialPointer.h index 64fb23fcf..c18a6e904 100644 --- a/Source/JavaScriptCore/bytecode/SpecialPointer.h +++ b/Source/JavaScriptCore/bytecode/SpecialPointer.h @@ -41,11 +41,6 @@ enum Pointer { }; } // namespace Special -enum class LinkTimeConstant { - DefinePropertyFunction, -}; -const unsigned LinkTimeConstantCount = 1; - inline bool pointerIsFunction(Special::Pointer pointer) { ASSERT_UNUSED(pointer, pointer < Special::TableSize); |
