mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C++: Delete predicate that I introduced by mistake.
This commit is contained in:
@@ -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() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user