Skip to content

Commit e227a9e

Browse files
committed
Remove unused method
1 parent 9e47144 commit e227a9e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/services/checkpoints/ShadowCheckpointService.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ export class ShadowCheckpointService extends CheckpointEventEmitter implements C
3434
this._isInitialized = value
3535
}
3636

37-
public get isDirty() {
38-
return this._checkpoints.length > 0
39-
}
40-
4137
private readonly shadowGitDir: string
4238
private shadowGitConfigWorktree?: string
4339

0 commit comments

Comments
 (0)