mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove unused method
This commit is contained in:
parent
9e471444de
commit
e227a9e86e
1 changed files with 0 additions and 4 deletions
|
|
@ -34,10 +34,6 @@ export class ShadowCheckpointService extends CheckpointEventEmitter implements C
|
|||
this._isInitialized = value
|
||||
}
|
||||
|
||||
public get isDirty() {
|
||||
return this._checkpoints.length > 0
|
||||
}
|
||||
|
||||
private readonly shadowGitDir: string
|
||||
private shadowGitConfigWorktree?: string
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue