Merge pull request #2661 from aschackmull/java/remove-dataflowlocation

Java/C++/C#: Remove DataFlowLocation as it's no longer needed.
This commit is contained in:
Tom Hvitved
2020-01-22 12:11:24 +01:00
committed by GitHub
4 changed files with 0 additions and 8 deletions

View File

@@ -282,8 +282,6 @@ class DataFlowExpr = Expr;
class DataFlowType = Type;
class DataFlowLocation = Location;
/** A function call relevant for data flow. */
class DataFlowCall extends Expr {
DataFlowCall() { this instanceof Call }

View File

@@ -191,8 +191,6 @@ class DataFlowExpr = Expr;
class DataFlowType = Type;
class DataFlowLocation = Location;
/** A function call relevant for data flow. */
class DataFlowCall extends CallInstruction {
/**