Revert "[runtime] Fix the computation of token sizes in ppdb files, the PDB stream...
[mono.git] / mono / metadata / metadata-internals.h
index ae524c9f35164b83d38898cbae52b152d5900a3c..60b34a1880dafa4d034cb0a2675b276bce4ac90c 100644 (file)
@@ -248,10 +248,6 @@ struct _MonoImage {
                            
        const char          *tables_base;
 
-       /* For PPDB files */
-       guint64 referenced_tables;
-       int *referenced_table_rows;
-
        /**/
        MonoTableInfo        tables [MONO_TABLE_NUM];