Skip to content

Commit d532815

Browse files
committed
JS: remove unused predicate
1 parent be10f24 commit d532815

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

javascript/ql/src/semmle/javascript/dataflow/DataFlow.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,6 @@ module DataFlow {
397397
*/
398398
abstract string getPropertyName();
399399

400-
/**
401-
* Holds if this creates an alias for the property, as opposed to
402-
* just being a read or write of the property.
403-
*/
404-
predicate isES2015PropertyBinding() { none() }
405-
406400
/**
407401
* Holds if this data flow node accesses property `p` on base node `base`.
408402
*/
@@ -711,8 +705,6 @@ module DataFlow {
711705
override Expr getPropertyNameExpr() { result = spec.getImported() }
712706

713707
override string getPropertyName() { result = spec.getImportedName() }
714-
715-
override predicate isES2015PropertyBinding() { any() }
716708
}
717709

718710
/**

0 commit comments

Comments
 (0)