From 3c365e102b8cc46b04ff9a2792ae14001b5240d3 Mon Sep 17 00:00:00 2001 From: Luis Fernando Pino Duque Date: Wed, 2 Nov 2016 14:46:19 +0000 Subject: Description redacted. -- MOS_MIGRATED_REVID=137944374 --- src/main/cpp/startup_options.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/main/cpp/startup_options.h') diff --git a/src/main/cpp/startup_options.h b/src/main/cpp/startup_options.h index 3a90b501c4..db9bfb254a 100644 --- a/src/main/cpp/startup_options.h +++ b/src/main/cpp/startup_options.h @@ -65,13 +65,6 @@ class StartupOptions { // StartupOptions, the "ExtraOptions" concept makes no sense; remove it. virtual void AddExtraOptions(std::vector *result) const; - // Checks if Blaze needs to be re-executed. Does not return, if so. - // - // Returns the exit code after the check. "error" will contain a descriptive - // string for any return value other than blaze_exit_code::SUCCESS. - virtual blaze_exit_code::ExitCode CheckForReExecuteOptions( - int argc, const char *argv[], std::string *error); - // Checks extra fields when processing arg. // // Returns the exit code after processing the argument. "error" will contain -- cgit v1.2.3