File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ abstract private class AbstractIRVariable extends TIRVariable {
73
73
* Gets the function that references this variable.
74
74
*/
75
75
final Language:: Declaration getEnclosingFunction ( ) { result = func }
76
-
77
- IRBlock getDeclarationBlock ( ) { none ( ) }
78
76
}
79
77
80
78
/**
Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ abstract private class AbstractIRVariable extends TIRVariable {
73
73
* Gets the function that references this variable.
74
74
*/
75
75
final Language:: Declaration getEnclosingFunction ( ) { result = func }
76
-
77
- IRBlock getDeclarationBlock ( ) { none ( ) }
78
76
}
79
77
80
78
/**
Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ abstract private class AbstractIRVariable extends TIRVariable {
73
73
* Gets the function that references this variable.
74
74
*/
75
75
final Language:: Declaration getEnclosingFunction ( ) { result = func }
76
-
77
- IRBlock getDeclarationBlock ( ) { none ( ) }
78
76
}
79
77
80
78
/**
You can’t perform that action at this time.
0 commit comments