Skip to content

Commit 86f50ed

Browse files
committed
Delete limitedmap as it is unused now
1 parent cc16fff commit 86f50ed

File tree

5 files changed

+0
-204
lines changed

5 files changed

+0
-204
lines changed

src/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ BITCOIN_CORE_H = \
151151
interfaces/wallet.h \
152152
key.h \
153153
key_io.h \
154-
limitedmap.h \
155154
logging.h \
156155
logging/timer.h \
157156
memusage.h \

src/Makefile.test.include

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ BITCOIN_TESTS =\
236236
test/interfaces_tests.cpp \
237237
test/key_io_tests.cpp \
238238
test/key_tests.cpp \
239-
test/limitedmap_tests.cpp \
240239
test/logging_tests.cpp \
241240
test/dbwrapper_tests.cpp \
242241
test/validation_tests.cpp \

src/limitedmap.h

Lines changed: 0 additions & 100 deletions
This file was deleted.

src/net.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <compat.h>
1515
#include <crypto/siphash.h>
1616
#include <hash.h>
17-
#include <limitedmap.h>
1817
#include <net_permissions.h>
1918
#include <netaddress.h>
2019
#include <optional.h>

src/test/limitedmap_tests.cpp

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)