mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
PS: Get rid of unnecessary module.
This commit is contained in:
@@ -9,16 +9,6 @@ Scope scopeOf(Ast n) {
|
||||
)
|
||||
}
|
||||
|
||||
module Parameter {
|
||||
abstract class Scope extends Ast {
|
||||
abstract string getLowerCaseName();
|
||||
}
|
||||
|
||||
private class ParameterScope extends Scope instanceof Parameter {
|
||||
final override string getLowerCaseName() { result = Parameter.super.getLowerCaseName() }
|
||||
}
|
||||
}
|
||||
|
||||
abstract private class ScopeImpl extends Ast {
|
||||
abstract Scope getOuterScopeImpl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user