Skip to content

Commit 7225c08

Browse files
committed
Remove unneeded code
1 parent 6d08cbf commit 7225c08

File tree

2 files changed

+0
-9
lines changed
  • javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5

2 files changed

+0
-9
lines changed

javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/UI5.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,11 +1285,6 @@ class ElementInstantiation extends NewNode {
12851285
string getImportPath() { result = importPath }
12861286
}
12871287

1288-
private newtype TSapElement =
1289-
TDefinitionOfElement(SapExtendCall extension) or
1290-
TReferenceOfElement(Reference reference) or
1291-
TInstantiationOfElement(ElementInstantiation newNode)
1292-
12931288
/**
12941289
* The property metadata found in an SapExtendCall.
12951290
*/

javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/dataflow/DataFlow.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ module UI5PathGraph<PathNodeSig ConfigPathNode, PathGraphSig<ConfigPathNode> Con
7272

7373
UI5BindingPath asUI5BindingPathNode() { this = TUI5BindingPathNode(result) }
7474

75-
predicate isDataFlowNode() { exists(this.asDataFlowNode()) }
76-
77-
predicate isUI5BindingPathNode() { exists(this.asUI5BindingPathNode()) }
78-
7975
string toString() {
8076
result = this.asDataFlowNode().toString()
8177
or

0 commit comments

Comments
 (0)