Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
  • Loading branch information
gastoner committed Oct 28, 2024
1 parent 010d57c commit 32ff242
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class ProviderConnectionShellAccessImpl implements ProviderConnectionShel
#privateKey: string;
#client: Client | undefined;
#stream: ClientChannel | undefined;
#connected: boolean = false;

constructor(private readonly podmanMachine: MachineInfo) {
this.#host = 'localhost';
Expand All @@ -53,10 +52,6 @@ export class ProviderConnectionShellAccessImpl implements ProviderConnectionShel
this.close();
}

protected isConnected(): boolean {
return this.#connected;
}

onDataEmit = new EventEmitter<ProviderConnectionShellAccessData>();
onData: Event<ProviderConnectionShellAccessData> = this.onDataEmit.event;

Expand Down

0 comments on commit 32ff242

Please sign in to comment.