Remove getCanonicalQLClass() from MacroInvocationExpr and MacroInvocationStmt.

This commit is contained in:
Ziemowit Laski
2019-07-22 11:04:30 -07:00
parent dbf655253f
commit f8d52a3bea

View File

@@ -277,8 +277,6 @@ deprecated class MacroInvocationExpr extends Expr {
exists(MacroInvocation i | this = i.getExpr())
}
override string getCanonicalQLClass() { result = "MacroInvocationExpr" }
/**
* Gets the macro invocation of which this is the top-level expression.
*/
@@ -305,8 +303,6 @@ deprecated class MacroInvocationStmt extends Stmt {
exists(MacroInvocation i | this = i.getStmt())
}
override string getCanonicalQLClass() { result = "MacroInvocationStmt" }
/**
* Gets the macro invocation of which this is the top-level statement.
*/