Skip to content

Commit

Permalink
Remove rocksdb dependency
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ghaskins committed Nov 29, 2016
1 parent 6856308 commit e9f9806
Show file tree
Hide file tree
Showing 45 changed files with 1 addition and 4,544 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif

PKGNAME = github.com/$(PROJECT_NAME)
GO_LDFLAGS = -X $(PKGNAME)/metadata.Version=$(PROJECT_VERSION)
CGO_FLAGS = CGO_CFLAGS=" " CGO_LDFLAGS="-lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy"
CGO_FLAGS = CGO_CFLAGS=" "
ARCH=$(shell uname -m)
OS=$(shell uname)
CHAINTOOL_RELEASE=v0.10.0
Expand Down
370 changes: 0 additions & 370 deletions core/db/db.go

This file was deleted.

Loading

0 comments on commit e9f9806

Please sign in to comment.