]> Sergey Matveev's repositories - btrtrc.git/commitdiff
storage: Remove sqlite3 import from bolt implementation
authorMatt Joiner <anacrolix@gmail.com>
Tue, 25 Oct 2016 08:52:44 +0000 (19:52 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 25 Oct 2016 08:52:44 +0000 (19:52 +1100)
#124

storage/boltPieceCompletion.go

index 795b08884840ac0ffe52d09f7e2afea6f1b1f6a8..1b5e18a1955e3af33bfb2ad49908f527578e5967 100644 (file)
@@ -6,7 +6,6 @@ import (
        "time"
 
        "github.com/boltdb/bolt"
-       _ "github.com/mattn/go-sqlite3"
 
        "github.com/anacrolix/torrent/metainfo"
 )