aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-05-17 13:21:23 +0200
committerPieter Wuille <pieter@wuille.net>2021-05-24 16:04:44 -0700
commite40224d0c77674348bf0a518365208bc118f39a4 (patch)
tree34eb2a2d4d304b19dc48c418dc56bfaa3c130d20 /src/util
parentb295395664bd37e26d168c329f238237b34aef8c (diff)
downloadbitcoin-e40224d0c77674348bf0a518365208bc118f39a4.tar.xz
Remove unused float serialization
Diffstat (limited to 'src/util')
-rw-r--r--src/util/types.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/util/types.h b/src/util/types.h
new file mode 100644
index 0000000000..0047b00026
--- /dev/null
+++ b/src/util/types.h
@@ -0,0 +1,11 @@
+// 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