diff options
Diffstat (limited to 'absl/flags')
-rw-r--r-- | absl/flags/internal/usage.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/absl/flags/internal/usage.cc b/absl/flags/internal/usage.cc index f29d7c9b..a588c7f7 100644 --- a/absl/flags/internal/usage.cc +++ b/absl/flags/internal/usage.cc @@ -437,12 +437,6 @@ void SetFlagsHelpMatchSubstr(absl::string_view substr) { HelpMode GetFlagsHelpMode() { absl::MutexLock l(&help_attributes_guard); - // Refer to dummy variales to prevent linker dropping them - if (FLAGS_help || FLAGS_helpfull || FLAGS_helpshort || FLAGS_helppackage || - FLAGS_version || FLAGS_only_check_args || FLAGS_helpon || - FLAGS_helpmatch) { - help_mode = HelpMode::kNone; - } return help_mode; } |