diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-03-03 01:42:24 +0100 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-03-29 23:29:47 +0200 |
commit | 916ab0195d567fd0a9097045e73a6654c453adea (patch) | |
tree | dc20ba5c27e9e923679288928da0e9277d258d0d /src/Makefile.am | |
parent | 8dbb87a3932f81e23ba7afd865b9aeeb535f0c20 (diff) |
remove unused class util::Ref and its unit test
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9903c2e9b3..4e09c86ebd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -243,7 +243,6 @@ BITCOIN_CORE_H = \ util/moneystr.h \ util/rbf.h \ util/readwritefile.h \ - util/ref.h \ util/settings.h \ util/sock.h \ util/spanparsing.h \ |