From be9c207312c131c474c4c91757e133b08d5bf11e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 12 Oct 2015 02:25:37 -0700 Subject: [PATCH] I don't think the Types_ TypeMap was ever used :/. --- Execute.cpp | 3 --- 1 file changed, 3 deletions(-) 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_); -- 2.49.0