]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Internal.hpp
Removed all global cache objects, placing them in a object in the context.
[cycript.git] / ObjectiveC / Internal.hpp
index b6d683a86af1029dd4b6decd3612e38012a78353..f305fa97a952bfc3488f9c272b052d89816436ec 100644 (file)
@@ -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<id>(value_);
     }