Remove spurious model

This referenced a test-specific package; these protobuf models are more than MaD can specify, so they have already moved back into Protobuf.qll.
This commit is contained in:
Chris Smowton
2023-03-24 15:40:37 +00:00
parent 0d66b68a56
commit 95a9fcae47

View File

@@ -1,12 +0,0 @@
extensions:
- addsTo:
pack: codeql/go-all
extensible: summaryModel
data:
- ["codeql-go-tests/protobuf/protos/query", "Query", True, "GetAlerts", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
- ["codeql-go-tests/protobuf/protos/query", "Query", True, "GetDescription", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
- ["codeql-go-tests/protobuf/protos/query", "Query", True, "GetId", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
- ["codeql-go-tests/protobuf/protos/query", "Query", True, "GetKeyValuePairs", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
- ["codeql-go-tests/protobuf/protos/query", "QuerySuite", True, "GetQueries", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
- ["codeql-go-tests/protobuf/protos/query", "Query_Alert", True, "GetLoc", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
- ["codeql-go-tests/protobuf/protos/query", "Query_Alert", True, "GetMsg", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]