]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Internal.hpp
Oops! That broke the Linux build with GNUstep.
[cycript.git] / ObjectiveC / Internal.hpp
index b6d683a86af1029dd4b6decd3612e38012a78353..259c74ee588ecdeabfcdbdcab39e2e0543bac618 100644 (file)
@@ -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<id>(value_);
     }