Skip to content

Commit f104f6d

Browse files
authored
Fix unused variable warning (#2234)
## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [-] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [-] I have not broken the cheatsheet
1 parent 7cd033d commit f104f6d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/cursorless-engine/src/test/fixtures/talonApi.fixture.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ const wrapWithSnippetByNameAction: ActionDescriptor = {
9393
variableName: "body",
9494
},
9595
};
96-
const parseTreeAction: ActionDescriptor = {
97-
name: "private.showParseTree",
98-
target: decoratedPrimitiveTarget("a"),
99-
};
10096
const alternateHighlightAirAndBatAction: ActionDescriptor = {
10197
name: "highlight",
10298
target: {

0 commit comments

Comments
 (0)