aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/startup_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/startup_options.h')
-rw-r--r--src/main/cpp/startup_options.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/cpp/startup_options.h b/src/main/cpp/startup_options.h
index 833af1bd30..d9ebe27815 100644
--- a/src/main/cpp/startup_options.h
+++ b/src/main/cpp/startup_options.h
@@ -189,10 +189,6 @@ class StartupOptions {
// from a blazerc file, if a key is not present, it is the default.
std::map<std::string, std::string> option_sources;
- // Sanity check for the startup options
- virtual blaze_exit_code::ExitCode ValidateStartupOptions(
- const std::vector<std::string> &args, std::string *error);
-
// Returns the GetHostJavabase. This should be called after parsing
// the --host_javabase option.
std::string GetHostJavabase();