Remove unnecessary table population on upgrade

This commit is contained in:
Chris Smowton 2024-09-30 17:43:06 +01:00
Родитель fd615fb7a3
Коммит 1511927a2b
2 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -1,7 +0,0 @@
class StructType extends @structtype {
string toString() { result = "struct type" }
}
from StructType st, int index
where component_types(st, index, _, _)
select st, index, ""

Просмотреть файл

@ -1,3 +1,2 @@
description: Add tables for struct tags and interface method IDs
compatibility: full
component_tags.rel: run component_tags.qlo