summaryrefslogtreecommitdiff
path: root/src/mongo/util/text.h
diff options
context:
space:
mode:
authorTyler Kaye <tyler.kaye@mongodb.com>2017-06-07 15:06:51 -0400
committerTyler Kaye <tkaye@princeton.edu>2017-06-12 11:48:40 -0400
commitd86fe12469ee5852a4dae7e2ff85894c9e5b91fa (patch)
tree7e7839c73b4dc392794b839a18bc605a58c00aaa /src/mongo/util/text.h
parent7aecd4552f0e913e4e4a169c366b7d450e32e05b (diff)
downloadmongo-d86fe12469ee5852a4dae7e2ff85894c9e5b91fa.tar.gz
SERVER-10601 --> remove parseLL() function definition and use in numberlong.cpp
Diffstat (limited to 'src/mongo/util/text.h')
-rw-r--r--src/mongo/util/text.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/util/text.h b/src/mongo/util/text.h
index 08c87742bad..5565309b081 100644
--- a/src/mongo/util/text.h
+++ b/src/mongo/util/text.h
@@ -73,10 +73,6 @@ private:
bool isValidUTF8(const char* s);
bool isValidUTF8(const std::string& s);
-// expect that n contains a base ten number and nothing else after it
-// NOTE win version hasn't been tested directly
-long long parseLL(const char* n);
-
#if defined(_WIN32)
std::string toUtf8String(const std::wstring& wide);