mirror of https://github.com/AMT-Cheif/drift.git
Avoid unecessary override
This commit is contained in:
parent
99e233efc5
commit
f23cf9f426
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue