Skip to content

Commit a985494

Browse files
committed
Remove unused type
1 parent 971d29b commit a985494

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/services/checkpoints/CheckpointService.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ export type CheckpointServiceOptions = {
1111
log?: (message: string) => void
1212
}
1313

14-
export type StagedFile = {
15-
path: string
16-
isStaged: boolean
17-
isPartiallyStaged: boolean
18-
}
19-
2014
/**
2115
* The CheckpointService provides a mechanism for storing a snapshot of the
2216
* current VSCode workspace each time a Roo Code tool is executed. It uses Git

0 commit comments

Comments
 (0)