Skip to content

Commit

Permalink
cleanup: remove limitedmap
Browse files Browse the repository at this point in the history
Cherry-picked from: 2180b80
Github Pull Request: dogecoin#3577
  • Loading branch information
patricklodder committed Jul 24, 2024
1 parent d285fa7 commit 6fe3d55
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 @@ -111,7 +111,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 6fe3d55

Please sign in to comment.