]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Output.cpp
Finally managed to target iOS 2.0 fully correctly.
[cycript.git] / ObjectiveC / Output.cpp
index 658a8f51ebc2f2c74faad66460353c2280023584..fd2a8d81747e824285e8d60b4903c76d0584dadf 100644 (file)
@@ -74,12 +74,6 @@ void CYClassStatement::Output(CYOutput &out, CYFlags flags) const {
     CYClass::Output(out, flags);
 }
 
-void CYEncodedType::Output(CYOutput &out, CYFlags flags) const {
-    out << "@encode(";
-    // XXX: this is seriously wrong
-    out << ")";
-}
-
 void CYField::Output(CYOutput &out) const {
 }