Skip to content

Commit 6cef1e6

Browse files
committed
Remove unused method
1 parent bd7e5b6 commit 6cef1e6

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Sources/PowerSync/Implementation/queries/watch.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ func watchImpl<RowType: Sendable>(db: PowerSyncDatabaseImpl, options: WatchOptio
6161
}
6262
}
6363

64-
private func prepareWatch(
65-
db: borrowing PowerSyncDatabaseImpl,
66-
sql: String,
67-
parameters: [Sendable?]
68-
) async throws -> (Set<String>, any SQLiteConnectionPoolProtocol) {
69-
(
70-
try await getQuerySourceTables(db: db, sql: sql, parameters: parameters),
71-
db.pool,
72-
)
73-
}
74-
7564
private func getQuerySourceTables(
7665
db: borrowing PowerSyncDatabaseImpl,
7766
sql: String,

0 commit comments

Comments
 (0)