revert prototyped stack setup

This commit is contained in:
John Rommel Estropia
2017-04-01 01:31:40 +09:00
parent 81355fd9c5
commit ecb3d0cfa0
3 changed files with 2 additions and 4 deletions

View File

@@ -74,7 +74,6 @@ public final class DataStack: Equatable {
self.migrationChain = migrationChain
self.rootSavingContext.parentStack = self
self.mainContext.parentStack = self
self.mainContext.isDataStackContext = true
}