Avoid unecessary override

This commit is contained in:
Simon Binder 2021-07-22 12:49:23 +02:00
parent 99e233efc5
commit f23cf9f426
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@ class DelegatedDatabase extends _BaseExecutor {
SqlDialect get dialect => delegate.dialect; SqlDialect get dialect => delegate.dialect;
final Lock _openingLock = Lock(); final Lock _openingLock = Lock();
bool _closed = false;
/// Constructs a delegated database by providing the [delegate]. /// Constructs a delegated database by providing the [delegate].
DelegatedDatabase(this.delegate, DelegatedDatabase(this.delegate,