From: Jay Freeman (saurik) Date: Mon, 12 Oct 2015 09:25:37 +0000 (-0700) Subject: I don't think the Types_ TypeMap was ever used :/. X-Git-Tag: v0.9.503~5 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/be9c207312c131c474c4c91757e133b08d5bf11e?ds=sidebyside I don't think the Types_ TypeMap was ever used :/. --- diff --git a/Execute.cpp b/Execute.cpp index c724259..673c8da 100644 --- a/Execute.cpp +++ b/Execute.cpp @@ -241,9 +241,6 @@ struct Struct_privateData : } }; -typedef std::map TypeMap; -static TypeMap Types_; - JSObjectRef CYMakeStruct(JSContextRef context, void *data, sig::Type *type, ffi_type *ffi, JSObjectRef owner) { Struct_privateData *internal(new Struct_privateData(context, owner)); CYPool &pool(*internal->pool_);