diff options
Diffstat (limited to 'storage')
| -rw-r--r-- | storage/vector.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/vector.go b/storage/vector.go index e8ecb52..fed78a9 100644 --- a/storage/vector.go +++ b/storage/vector.go @@ -162,7 +162,6 @@ func (p ProviderSQL) ListFiles() ([]string, error) { return nil, err } defer rows.Close() - var allFiles []string for rows.Next() { var filename string |
