Skip to content

Commit

Permalink
Remove the precondition on target queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jan 7, 2023
1 parent fb6529b commit 1c2bb6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sqlite/SQLiteWorkspace.swift
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ public final class SQLiteWorkspace: Workspace {
}

private func newConnection() -> SQLiteConnection? {
dispatchPrecondition(condition: .onQueue(targetQueue))
switch writeConcurrency {
case .concurrent:
// Set the flag before creating the s
Expand Down

0 comments on commit 1c2bb6d

Please sign in to comment.