aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-08-21 16:05:34 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-21 16:05:47 +0200
commit93ed3d9b4e92addfa56108d8b6e21490bd3c059e (patch)
treed46aeac13eb9e92e242ce677adebae8a4bf43d48 /src/util.h
parent56953925db9261ad358ec53dff877fe3ebba3f2a (diff)
parent380222411038cb4f74cbb109984c4b855b4799f6 (diff)
downloadbitcoin-93ed3d9b4e92addfa56108d8b6e21490bd3c059e.tar.xz
Merge pull request #4735
3802224 Remove all other print() methods (Wladimir J. van der Laan) 9b6d4c5 Move strprintf define to tinyformat.h (Wladimir J. van der Laan) 8121258 Remove print() from core functions (Wladimir J. van der Laan)
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index db2005337b..1fb42a7b7e 100644
--- a/src/util.h
+++ b/src/util.h
@@ -108,7 +108,6 @@ bool LogAcceptCategory(const char* category);
/* Send a string to the log output */
int LogPrintStr(const std::string &str);
-#define strprintf tfm::format
#define LogPrintf(...) LogPrint(NULL, __VA_ARGS__)
/* When we switch to C++11, this can be switched to variadic templates instead