Kill last sqlite3 bits.

This was driving me insane when building with -a -v and it slowed down
the process dramatically.

ok davec
This commit is contained in:
Marco Peereboom 2014-01-09 10:26:17 -06:00
parent 3946d84887
commit 371dfdd76a
3 changed files with 0 additions and 3 deletions

View file

@ -8,7 +8,6 @@ import (
"fmt"
"github.com/conformal/btcdb"
_ "github.com/conformal/btcdb/ldb"
_ "github.com/conformal/btcdb/sqlite3"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire"
"github.com/conformal/go-flags"

View file

@ -9,7 +9,6 @@ import (
"github.com/conformal/btcchain"
"github.com/conformal/btcdb"
_ "github.com/conformal/btcdb/ldb"
_ "github.com/conformal/btcdb/sqlite3"
"github.com/conformal/btcwire"
"os"
"path/filepath"

View file

@ -9,7 +9,6 @@ import (
"errors"
"github.com/conformal/btcdb"
_ "github.com/conformal/btcdb/ldb"
_ "github.com/conformal/btcdb/sqlite3"
"github.com/conformal/btclog"
"github.com/conformal/btcutil"
"github.com/conformal/btcwire"