summaryrefslogtreecommitdiff
path: root/src/mongo/util/text.h
diff options
context:
space:
mode:
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);