intel/compiler: Get rid of the global compaction table pointers
[mesa.git] / src / intel / tools / i965_disasm.c
index 77691e2a62e1750b9b7d3fe41856ee3bdeeacd87..a2f7b8564d60e8067e66e41aa0e89ccc4c32ead0 100644 (file)
@@ -123,9 +123,6 @@ i965_disasm_init(uint16_t pci_id)
       exit(EXIT_FAILURE);
    }
 
-   /* initialize compaction table in order to handle compacted instructions */
-   brw_init_compaction_tables(devinfo);
-
    return devinfo;
 }