aboutsummaryrefslogtreecommitdiff
path: root/src/leveldb/util/logging.h
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2014-10-16 12:23:50 -0700
committerPieter Wuille <[email protected]>2014-10-16 12:23:50 -0700
commit5b9f8425a515739e2149bf5bfb2ae6ed60bfbaf2 (patch)
treebacc7dd4d2f77da27499000d6f12655a3f6463f3 /src/leveldb/util/logging.h
parentMerge pull request #5082 (diff)
parentSquashed 'src/leveldb/' changes from 7924331..7d41e6f (diff)
downloaddiscoin-5b9f8425a515739e2149bf5bfb2ae6ed60bfbaf2.tar.xz
discoin-5b9f8425a515739e2149bf5bfb2ae6ed60bfbaf2.zip
Merge src/leveldb changes for LevelDB 1.18.
Diffstat (limited to 'src/leveldb/util/logging.h')
-rw-r--r--src/leveldb/util/logging.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/leveldb/util/logging.h b/src/leveldb/util/logging.h
index b0c5da813..1b450d248 100644
--- a/src/leveldb/util/logging.h
+++ b/src/leveldb/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