summaryrefslogtreecommitdiff
path: root/storage/vector.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/vector.go')
-rw-r--r--storage/vector.go1
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