Skip to content

Commit

Permalink
cleanup: remove limitedmap
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Jul 15, 2024
1 parent a5a4e4b commit 2180b80
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 @@ -112,7 +112,6 @@ BITCOIN_CORE_H = \
key.h \
keystore.h \
dbwrapper.h \
limitedmap.h \
memusage.h \
merkleblock.h \
miner.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 @@ -100,7 +100,6 @@ BITCOIN_TESTS =\
test/getarg_tests.cpp \
test/hash_tests.cpp \
test/key_tests.cpp \
test/limitedmap_tests.cpp \
test/dbwrapper_tests.cpp \
test/main_tests.cpp \
test/mempool_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 @@ -13,7 +13,6 @@
#include "bloom.h"
#include "compat.h"
#include "hash.h"
#include "limitedmap.h"
#include "netaddress.h"
#include "protocol.h"
#include "random.h"
Expand Down
101 changes: 0 additions & 101 deletions src/test/limitedmap_tests.cpp

This file was deleted.

0 comments on commit 2180b80

Please sign in to comment.