summaryrefslogtreecommitdiffstats
path: root/base/command_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/command_line.h')
-rw-r--r--base/command_line.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/base/command_line.h b/base/command_line.h
index ae05021..2178bdf 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -165,15 +165,6 @@ class CommandLine {
void AppendSwitchASCII(const std::string& switch_string,
const std::string& value);
- // Append a switch and value to the command line.
- // TODO(evanm): remove all AppendSwitchWithValue() instances.
- void AppendSwitchWithValue(const std::string& switch_string,
- const std::wstring& value_string);
- void AppendSwitchWithValue(const std::string& switch_string,
- const std::string& value_string) {
- AppendSwitchASCII(switch_string, value_string);
- }
-
// Append a loose value to the command line.
void AppendLooseValue(const std::wstring& value);