diff options
Diffstat (limited to 'vendor/github.com/jackc/pgx/v5/internal/stmtcache/lru_cache.go')
| -rw-r--r-- | vendor/github.com/jackc/pgx/v5/internal/stmtcache/lru_cache.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/github.com/jackc/pgx/v5/internal/stmtcache/lru_cache.go b/vendor/github.com/jackc/pgx/v5/internal/stmtcache/lru_cache.go index dec83f47b..17fec937b 100644 --- a/vendor/github.com/jackc/pgx/v5/internal/stmtcache/lru_cache.go +++ b/vendor/github.com/jackc/pgx/v5/internal/stmtcache/lru_cache.go @@ -31,7 +31,6 @@ func (c *LRUCache) Get(key string) *pgconn.StatementDescription { } return nil - } // Put stores sd in the cache. Put panics if sd.SQL is "". Put does nothing if sd.SQL already exists in the cache or |
