Skip to content

Commit d5475c4

Browse files
committed
C++: Delete predicate that I introduced by mistake.
1 parent 7ca54a6 commit d5475c4

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/IRVariable.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ abstract private class AbstractIRVariable extends TIRVariable {
7373
* Gets the function that references this variable.
7474
*/
7575
final Language::Declaration getEnclosingFunction() { result = func }
76-
77-
IRBlock getDeclarationBlock() { none() }
7876
}
7977

8078
/**

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/IRVariable.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ abstract private class AbstractIRVariable extends TIRVariable {
7373
* Gets the function that references this variable.
7474
*/
7575
final Language::Declaration getEnclosingFunction() { result = func }
76-
77-
IRBlock getDeclarationBlock() { none() }
7876
}
7977

8078
/**

cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/IRVariable.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ abstract private class AbstractIRVariable extends TIRVariable {
7373
* Gets the function that references this variable.
7474
*/
7575
final Language::Declaration getEnclosingFunction() { result = func }
76-
77-
IRBlock getDeclarationBlock() { none() }
7876
}
7977

8078
/**

0 commit comments

Comments
 (0)