aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/startup_options.h
diff options
context:
space:
mode:
authorGravatar Luis Fernando Pino Duque <lpino@google.com>2016-11-02 14:46:19 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-11-02 15:57:22 +0000
commit3c365e102b8cc46b04ff9a2792ae14001b5240d3 (patch)
tree1741bff518948c59c1dcbdddd60145ca658e9043 /src/main/cpp/startup_options.h
parent03b5b57cf2620a618974109829182a01e97605c9 (diff)
Description redacted.
-- MOS_MIGRATED_REVID=137944374
Diffstat (limited to 'src/main/cpp/startup_options.h')
-rw-r--r--src/main/cpp/startup_options.h7
1 files changed, 0 insertions, 7 deletions
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<std::string> *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