Skip to content

Commit 5ec59c3

Browse files
committed
PS: Get rid of unnecessary module.
1 parent 9e83dee commit 5ec59c3

File tree

1 file changed

+0
-10
lines changed
  • powershell/ql/lib/semmle/code/powershell/ast/internal/Raw

1 file changed

+0
-10
lines changed

powershell/ql/lib/semmle/code/powershell/ast/internal/Raw/Scope.qll

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ Scope scopeOf(Ast n) {
99
)
1010
}
1111

12-
module Parameter {
13-
abstract class Scope extends Ast {
14-
abstract string getLowerCaseName();
15-
}
16-
17-
private class ParameterScope extends Scope instanceof Parameter {
18-
final override string getLowerCaseName() { result = Parameter.super.getLowerCaseName() }
19-
}
20-
}
21-
2212
abstract private class ScopeImpl extends Ast {
2313
abstract Scope getOuterScopeImpl();
2414

0 commit comments

Comments
 (0)