Skip to content

Commit

Permalink
lib: Remove murmurhash3
Browse files Browse the repository at this point in the history
It is not used anywhere
  • Loading branch information
cmouse committed Aug 7, 2018
1 parent acaaa98 commit 2bb3b21
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 569 deletions.
3 changes: 0 additions & 3 deletions src/lib/Makefile.am
Expand Up @@ -112,7 +112,6 @@ liblib_la_SOURCES = \
mmap-util.c \
module-dir.c \
mountpoint.c \
murmurhash3.c \
net.c \
nfs-workarounds.c \
numpack.c \
Expand Down Expand Up @@ -264,7 +263,6 @@ headers = \
module-context.h \
module-dir.h \
mountpoint.h \
murmurhash3.h \
net.h \
nfs-workarounds.h \
numpack.h \
Expand Down Expand Up @@ -378,7 +376,6 @@ test_lib_SOURCES = \
test-mempool.c \
test-mempool-allocfree.c \
test-mempool-alloconly.c \
test-murmurhash3.c \
test-pkcs5.c \
test-net.c \
test-numpack.c \
Expand Down
342 changes: 0 additions & 342 deletions src/lib/murmurhash3.c

This file was deleted.

23 changes: 0 additions & 23 deletions src/lib/murmurhash3.h

This file was deleted.

1 change: 0 additions & 1 deletion src/lib/test-lib.inc
Expand Up @@ -56,7 +56,6 @@ TEST(test_mempool_alloconly)
FATAL(fatal_mempool_alloconly)
TEST(test_mempool_allocfree)
FATAL(fatal_mempool_allocfree)
TEST(test_murmurhash3)
TEST(test_net)
TEST(test_numpack)
TEST(test_ostream_buffer)
Expand Down

0 comments on commit 2bb3b21

Please sign in to comment.