intel/compiler: Get rid of the global compaction table pointers
[mesa.git] / src / intel / common / gen_disasm.c
index 375f2c37764febf3261ddd67aabd1a6ff3f698a8..97ca1b659be67e4ae0ea771fc3e28d1b0526f8a9 100644 (file)
@@ -123,8 +123,6 @@ gen_disasm_create(const struct gen_device_info *devinfo)
 
    gd->devinfo = *devinfo;
 
 
    gd->devinfo = *devinfo;
 
-   brw_init_compaction_tables(&gd->devinfo);
-
    return gd;
 }
 
    return gd;
 }