X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/aabea98c2f0415ea5882dad2b9ff9fc3b1d5c97c..498c3570ae00dea1f54fb067e1d2c27435863e90:/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_); }