C++: Delete predicate that I introduced by mistake.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-05-03 14:48:01 +01:00
parent 7ca54a6f94
commit d5475c4a89
3 changed files with 0 additions and 6 deletions

View File

@@ -73,8 +73,6 @@ abstract private class AbstractIRVariable extends TIRVariable {
* Gets the function that references this variable.
*/
final Language::Declaration getEnclosingFunction() { result = func }
IRBlock getDeclarationBlock() { none() }
}
/**

View File

@@ -73,8 +73,6 @@ abstract private class AbstractIRVariable extends TIRVariable {
* Gets the function that references this variable.
*/
final Language::Declaration getEnclosingFunction() { result = func }
IRBlock getDeclarationBlock() { none() }
}
/**

View File

@@ -73,8 +73,6 @@ abstract private class AbstractIRVariable extends TIRVariable {
* Gets the function that references this variable.
*/
final Language::Declaration getEnclosingFunction() { result = func }
IRBlock getDeclarationBlock() { none() }
}
/**