Skip to content

Commit 3443ef6

Browse files
committed
Remove duplicate comment
1 parent 1e79fe2 commit 3443ef6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/PowerSync/Kotlin/KotlinAdapter.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ enum KotlinAdapter {
5151
guard let put = translatedPut, let delete = translatedDelete else {
5252
fatalError("RawTable '\(table.name)' has no schema and must provide both put and delete statements")
5353
}
54-
55-
// If no schema is given, put and delete statements must be present (an invariant
56-
// matched by constructor overloads on the RawTable struct).
54+
5755
return PowerSyncKotlin.RawTable(
5856
name: table.name,
5957
put: put,

0 commit comments

Comments
 (0)