X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/aabea98c2f0415ea5882dad2b9ff9fc3b1d5c97c..2fd4c9a9c613326eda6b0837e3bc73fc6210f258:/ObjectiveC/Internal.hpp diff --git a/ObjectiveC/Internal.hpp b/ObjectiveC/Internal.hpp index b6d683a..f305fa9 100644 --- a/ObjectiveC/Internal.hpp +++ b/ObjectiveC/Internal.hpp @@ -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_); }