X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/aabea98c2f0415ea5882dad2b9ff9fc3b1d5c97c..1504c9b837a7561d8ae2c81f1c4d57fe0f138781:/ObjectiveC/Internal.hpp diff --git a/ObjectiveC/Internal.hpp b/ObjectiveC/Internal.hpp index b6d683a..259c74e 100644 --- a/ObjectiveC/Internal.hpp +++ b/ObjectiveC/Internal.hpp @@ -1,4 +1,4 @@ -/* Cycript - Remove Execution Server and Disassembler +/* Cycript - Inlining/Optimizing JavaScript Compiler * Copyright (C) 2009 Jay Freeman (saurik) */ @@ -79,10 +79,6 @@ struct Instance : static JSObjectRef Make(JSContextRef context, id object, Flags flags = None); - static _finline JSObjectRef Make(JSContextRef context, Class object) { - return Make(context, (id) object); - } - _finline id GetValue() const { return reinterpret_cast(value_); }