diff options
author | Pieter Wuille <pieter@wuille.net> | 2021-05-18 12:37:02 -0700 |
---|---|---|
committer | Pieter Wuille <pieter@wuille.net> | 2021-05-24 16:15:05 -0700 |
commit | 66545da2008cd9e806e41b74522ded259cd64f86 (patch) | |
tree | 0e735db6f3914d8938549e16ca55305b2535df5b /src/util | |
parent | fff1cae43af959a601cf2558cb3c77f3c2b1aa80 (diff) |
Remove support for double serialization
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/types.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/util/types.h b/src/util/types.h deleted file mode 100644 index 0047b00026..0000000000 --- a/src/util/types.h +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright (c) 2021 The Bitcoin Core developers -// Distributed under the MIT software license, see the accompanying -// file COPYING or http://www.opensource.org/licenses/mit-license.php. - -#ifndef BITCOIN_UTIL_TYPES_H -#define BITCOIN_UTIL_TYPES_H - -template <class> -inline constexpr bool ALWAYS_FALSE{false}; - -#endif // BITCOIN_UTIL_TYPES_H |