Skip to content

Commit

Permalink
remove terminated
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chen committed Dec 19, 2019
1 parent aa1d452 commit 2962654
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dev/src/index.ts
Expand Up @@ -267,12 +267,6 @@ export class Firestore {
*/
private _settingsFrozen = false;

/**
* Whether is client has been terminated. Once the Firestore instance is
* terminated, all subsequent calls to this client will fail.
*/
private _terminated = false;

/**
* The serializer to use for the Protobuf transformation.
* @private
Expand Down Expand Up @@ -1019,7 +1013,6 @@ export class Firestore {
* @return A Promise that resolves when the client is terminated.
*/
async terminate(): Promise<void> {
this._terminated = true;
await this._clientPool.terminate();
}

Expand Down

0 comments on commit 2962654

Please sign in to comment.