Skip to content

Commit d83f35f

Browse files
committed
actions: remove unneded API
1 parent 6fd8aba commit d83f35f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

actions/ql/lib/codeql/actions/Ast.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,6 @@ class Step extends AstNode instanceof StepImpl {
242242

243243
If getIf() { result = super.getIf() }
244244

245-
AstNode getUses() { result = super.getUses() }
246-
247245
StepsContainer getContainer() { result = super.getContainer() }
248246

249247
Step getNextStep() { result = super.getNextStep() }

actions/ql/lib/codeql/actions/ast/internal/Ast.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,8 +1194,6 @@ class StepImpl extends AstNodeImpl, TStepNode {
11941194
/** Gets the value of the `if` field in this step, if any. */
11951195
IfImpl getIf() { result.getNode() = n.lookup("if") }
11961196

1197-
AstNodeImpl getUses() { result.getNode() = n.lookup("uses") }
1198-
11991197
/** Gets the Runs or LocalJob that this step is in. */
12001198
StepsContainerImpl getContainer() {
12011199
result = this.getParentNode().(RunsImpl) or

0 commit comments

Comments
 (0)