diff options
Diffstat (limited to 'absl/flags/internal/registry.h')
-rw-r--r-- | absl/flags/internal/registry.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/absl/flags/internal/registry.h b/absl/flags/internal/registry.h index c72eebe2..6f5006a0 100644 --- a/absl/flags/internal/registry.h +++ b/absl/flags/internal/registry.h @@ -28,15 +28,8 @@ namespace absl { ABSL_NAMESPACE_BEGIN - -// TODO(rogeeff): remove this declaration -CommandLineFlag* FindCommandLineFlag(absl::string_view name); - namespace flags_internal { -// TODO(rogeeff): remove this alias -using absl::FindCommandLineFlag; - // Executes specified visitor for each non-retired flag in the registry. // Requires the caller hold the registry lock. void ForEachFlagUnlocked(std::function<void(CommandLineFlag&)> visitor); |