Skip to content

Commit

Permalink
cleanup: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
t0t07 committed Nov 15, 2021
1 parent 1c45c8f commit adbf3a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/database/dbutil/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ import (
)

type RowMap = map[string]interface{}
type RowMapRecord struct {
RowMap RowMap
Error error
}

const (
PostgresBatchSize = 10
Expand Down

0 comments on commit adbf3a8

Please sign in to comment.