diff options
| author | Jeffrey Czyz <[email protected]> | 2019-11-08 13:22:36 -0800 |
|---|---|---|
| committer | Jeffrey Czyz <[email protected]> | 2020-02-27 17:59:07 -0800 |
| commit | 0aed17ef2892478c28cd660e53223c6dd1dc0187 (patch) | |
| tree | dc2290695c6d65e7917df9d83e8e4da5f5ce6e1a /src/Makefile.am | |
| parent | Merge #18212: doc: add missing step in win deployment instructions (diff) | |
| download | discoin-0aed17ef2892478c28cd660e53223c6dd1dc0187.tar.xz discoin-0aed17ef2892478c28cd660e53223c6dd1dc0187.zip | |
Refactor FormatStateMessage into ValidationState
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eac7b38e0..0a1c45cf8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -229,7 +229,6 @@ BITCOIN_CORE_H = \ util/time.h \ util/translation.h \ util/url.h \ - util/validation.h \ util/vector.h \ validation.h \ validationinterface.h \ @@ -528,7 +527,6 @@ libbitcoin_util_a_SOURCES = \ util/string.cpp \ util/time.cpp \ util/url.cpp \ - util/validation.cpp \ $(BITCOIN_CORE_H) if GLIBC_BACK_COMPAT |