summaryrefslogtreecommitdiffstats
path: root/base/stringprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/stringprintf.h')
-rw-r--r--base/stringprintf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/stringprintf.h b/base/stringprintf.h
index 3608f9d..f3ca6e7 100644
--- a/base/stringprintf.h
+++ b/base/stringprintf.h
@@ -50,7 +50,5 @@ void StringAppendV(std::wstring* dst, const wchar_t* format, va_list ap)
// TODO(brettw) remove these when calling code is converted.
using base::StringPrintf;
using base::StringAppendV;
-using base::StringAppendF;
-using base::StringAppendV;
#endif // BASE_STRINGPRINTF_H_