Skip to content

Commit

Permalink
Remove murmur3 test, which is not needed going forward
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmains12 committed Aug 27, 2020
1 parent aa15f67 commit 1780f42
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 169 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ require (
github.com/m3db/prometheus_common v0.0.0-20180517030744-25aaa3dff79b
github.com/m3db/prometheus_procfs v0.8.1
github.com/m3db/stackadler32 v0.0.0-20180104200216-bfebcd73ef6f
github.com/m3db/stackmurmur3 v0.0.0-20171110233611-744c0229c12e
github.com/m3db/stackmurmur3 v0.0.0-20171110233611-744c0229c12e // indirect
github.com/m3db/tools v0.0.0-20181008195521-c6ded3f34878
github.com/m3dbx/pilosa v0.0.0-20200602205121-7f389745e9ab
github.com/m3dbx/vellum v0.0.0-20200602203954-e10aaedbd934
Expand Down Expand Up @@ -94,7 +94,6 @@ require (
github.com/satori/go.uuid v1.2.0
github.com/sergi/go-diff v1.1.0
github.com/shirou/gopsutil v2.20.5+incompatible // indirect
github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72
github.com/spf13/cast v1.3.1-0.20190531151931-f31dc0aaab5a // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
Expand Down
23 changes: 0 additions & 23 deletions src/dbnode/sharding/murmur3test/doc.go

This file was deleted.

144 changes: 0 additions & 144 deletions src/dbnode/sharding/murmur3test/murmur3_lib_test.go

This file was deleted.

0 comments on commit 1780f42

Please sign in to comment.