From 18309b866b8253025e445eeb8ed6fa01ae5ff018 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 25 Oct 2016 19:52:44 +1100 Subject: [PATCH] storage: Remove sqlite3 import from bolt implementation #124 --- storage/boltPieceCompletion.go | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/boltPieceCompletion.go b/storage/boltPieceCompletion.go index 795b0888..1b5e18a1 100644 --- a/storage/boltPieceCompletion.go +++ b/storage/boltPieceCompletion.go @@ -6,7 +6,6 @@ import ( "time" "github.com/boltdb/bolt" - _ "github.com/mattn/go-sqlite3" "github.com/anacrolix/torrent/metainfo" ) -- 2.50.0