Skip to content

Commit e9f9806

Browse files
committed
Remove rocksdb dependency
The code no longer uses rocksdb, so lets remove the dependency. Fixes FAB-1054 Change-Id: If3e5fbf06f882fad77a84faeb6f0d29b938761a6 Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
1 parent 6856308 commit e9f9806

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1
-4544
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif
4848

4949
PKGNAME = github.com/$(PROJECT_NAME)
5050
GO_LDFLAGS = -X $(PKGNAME)/metadata.Version=$(PROJECT_VERSION)
51-
CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy"
51+
CGO_FLAGS = CGO_CFLAGS=" "
5252
ARCH=$(shell uname -m)
5353
OS=$(shell uname)
5454
CHAINTOOL_RELEASE=v0.10.0

core/db/db.go

Lines changed: 0 additions & 370 deletions
This file was deleted.

0 commit comments

Comments
 (0)