Skip to content

Commit f8d52a3

Browse files
committed
Remove getCanonicalQLClass() from MacroInvocationExpr and MacroInvocationStmt.
1 parent dbf6552 commit f8d52a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cpp/ql/src/semmle/code/cpp/Macro.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ deprecated class MacroInvocationExpr extends Expr {
277277
exists(MacroInvocation i | this = i.getExpr())
278278
}
279279

280-
override string getCanonicalQLClass() { result = "MacroInvocationExpr" }
281-
282280
/**
283281
* Gets the macro invocation of which this is the top-level expression.
284282
*/
@@ -305,8 +303,6 @@ deprecated class MacroInvocationStmt extends Stmt {
305303
exists(MacroInvocation i | this = i.getStmt())
306304
}
307305

308-
override string getCanonicalQLClass() { result = "MacroInvocationStmt" }
309-
310306
/**
311307
* Gets the macro invocation of which this is the top-level statement.
312308
*/

0 commit comments

Comments
 (0)