From 7fa4dbd0c6e89aab762eaf29607a0a0ced660847 Mon Sep 17 00:00:00 2001 From: archshift Date: Thu, 23 Oct 2014 21:17:01 -0700 Subject: Removed uses of raw c-string manipulation functions. --- src/common/string_util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/string_util.h') diff --git a/src/common/string_util.h b/src/common/string_util.h index 16ce39bc..a41ccc69 100644 --- a/src/common/string_util.h +++ b/src/common/string_util.h @@ -54,7 +54,6 @@ std::string ThousandSeparate(I value, int spaces = 0) return oss.str(); } -std::string StringFromInt(int value); std::string StringFromBool(bool value); bool TryParse(const std::string &str, bool *output); -- cgit v1.2.3