Skip to content

Commit 439b619

Browse files
committed
paymentsdb: remove kvstore from sql db implementation
Now that every method of the interface was implemented we can remove the embedded reference to the KVStore.
1 parent 412e96d commit 439b619

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

payments/db/sql_store.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,6 @@ type BatchedSQLQueries interface {
9797

9898
// SQLStore represents a storage backend.
9999
type SQLStore struct {
100-
// TODO(ziggie): Remove the KVStore once all the interface functions are
101-
// implemented.
102-
KVStore
103-
104100
cfg *SQLStoreConfig
105101
db BatchedSQLQueries
106102

0 commit comments

Comments
 (0)