Remove unused method

This commit is contained in:
cte 2025-03-03 12:35:00 -08:00
parent 9e471444de
commit e227a9e86e

View file

@ -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