JS: Remove reactLibraryRef

This is not testing anything interesting, and is noisy when adding inline expectations
This commit is contained in:
Asger F
2025-06-23 15:44:08 +02:00
parent 99fb6b62ad
commit 1a18e68364

View File

@@ -9,8 +9,6 @@ query predicate getInstanceMethod(ReactComponent c, string n, Function res) {
res = c.getInstanceMethod(n)
}
query predicate reactLibraryRef(DataFlow::ValueNode nd) { react().flowsTo(nd) }
query predicate getAPreviousStateSource(ReactComponent c, DataFlow::SourceNode res) {
res = c.getAPreviousStateSource()
}