Skip to content

Commit

Permalink
Restore old version of Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
desistefanova committed Mar 18, 2022
1 parent 6b1fa7b commit d35bbb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
////////////////////////////////////////////////////////////////////////////////
import 'dart:io';
import 'dart:isolate';

import 'native/realm_core.dart';

Expand All @@ -28,7 +27,6 @@ import 'package:path/path.dart' as _path;
/// Configuration used to create a [Realm] instance
/// {@category Configuration}
class Configuration {
final RawReceivePort receivePort = RawReceivePort();
final ConfigHandle _handle;
final RealmSchema _schema;

Expand Down

0 comments on commit d35bbb6

Please sign in to comment.