aboutsummaryrefslogtreecommitdiff
path: root/util/logging.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-10-16 12:23:50 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2014-10-16 12:23:50 -0700
commit4b0e2d75d78036e7e76fd9584e17b0379ba08d24 (patch)
treeab3e90ac840140eb5bec8a5c69bf890162a43941 /util/logging.h
parent938b68984668445035b2505e1b7ec07649dd2bbc (diff)
downloadbitcoin-4b0e2d75d78036e7e76fd9584e17b0379ba08d24.tar.xz
Squashed 'src/leveldb/' changes from 7924331..7d41e6f
7d41e6f Merge upstream LevelDB 1.18 803d692 Release 1.18 git-subtree-dir: src/leveldb git-subtree-split: 7d41e6f89ff04ce9e6a742932924796f69c6e23d
Diffstat (limited to 'util/logging.h')
-rw-r--r--util/logging.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/logging.h b/util/logging.h
index b0c5da813e..1b450d2480 100644
--- a/util/logging.h
+++ b/util/logging.h
@@ -32,10 +32,6 @@ extern std::string NumberToString(uint64_t num);
// Escapes any non-printable characters found in "value".
extern std::string EscapeString(const Slice& value);
-// If *in starts with "c", advances *in past the first character and
-// returns true. Otherwise, returns false.
-extern bool ConsumeChar(Slice* in, char c);
-
// Parse a human-readable number from "*in" into *value. On success,
// advances "*in" past the consumed number and sets "*val" to the
// numeric value. Otherwise, returns false and leaves *in in an