Skip to content

Commit

Permalink
Delete limitedmap as it is unused now
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Oct 12, 2020
1 parent cc16fff commit 86f50ed
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 204 deletions.
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ BITCOIN_CORE_H = \
interfaces/wallet.h \
key.h \
key_io.h \
limitedmap.h \
logging.h \
logging/timer.h \
memusage.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 @@ -236,7 +236,6 @@ BITCOIN_TESTS =\
test/interfaces_tests.cpp \
test/key_io_tests.cpp \
test/key_tests.cpp \
test/limitedmap_tests.cpp \
test/logging_tests.cpp \
test/dbwrapper_tests.cpp \
test/validation_tests.cpp \
Expand Down
100 changes: 0 additions & 100 deletions src/limitedmap.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 @@ -14,7 +14,6 @@
#include <compat.h>
#include <crypto/siphash.h>
#include <hash.h>
#include <limitedmap.h>
#include <net_permissions.h>
#include <netaddress.h>
#include <optional.h>
Expand Down
101 changes: 0 additions & 101 deletions src/test/limitedmap_tests.cpp

This file was deleted.

0 comments on commit 86f50ed

Please sign in to comment.