Skip to content

Commit

Permalink
Remove mruset as it is no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaxwell authored and sipa committed Nov 30, 2015
1 parent ec73ef3 commit e206724
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 149 deletions.
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ BITCOIN_CORE_H = \
memusage.h \
merkleblock.h \
miner.h \
mruset.h \
net.h \
netbase.h \
noui.h \
Expand Down
1 change: 0 additions & 1 deletion src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ BITCOIN_TESTS =\
test/mempool_tests.cpp \
test/merkle_tests.cpp \
test/miner_tests.cpp \
test/mruset_tests.cpp \
test/multisig_tests.cpp \
test/netbase_tests.cpp \
test/pmt_tests.cpp \
Expand Down
65 changes: 0 additions & 65 deletions src/mruset.h

This file was deleted.

1 change: 0 additions & 1 deletion src/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "bloom.h"
#include "compat.h"
#include "limitedmap.h"
#include "mruset.h"
#include "netbase.h"
#include "protocol.h"
#include "random.h"
Expand Down
81 changes: 0 additions & 81 deletions src/test/mruset_tests.cpp

This file was deleted.

0 comments on commit e206724

Please sign in to comment.