[threads] Remove dead field cached_culture_info (#4410)
[mono.git] / mono / metadata / object-internals.h
index e766126d255bb096b20daf60fdec2a23d3ebbf7e..c7ef8233bf784883c91ae60d878759d5a63c4df7 100644 (file)
@@ -362,7 +362,7 @@ struct _MonoInternalThread {
        volatile int lock_thread_id; /* to be used as the pre-shifted thread id in thin locks. Used for appdomain_ref push/pop */
        MonoThreadHandle *handle;
        gpointer native_handle;
-       MonoArray  *cached_culture_info;
+       gpointer unused3;
        gunichar2  *name;
        guint32     name_len;
        guint32     state;