mirror of
https://github.com/github/codeql.git
synced 2026-04-18 05:24:01 +02: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