diff options
Diffstat (limited to 'absl/base/const_init.h')
-rw-r--r-- | absl/base/const_init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/absl/base/const_init.h b/absl/base/const_init.h index 1b2b8c2b8bc3..17858a7778a4 100644 --- a/absl/base/const_init.h +++ b/absl/base/const_init.h @@ -60,7 +60,6 @@ // // The absl::kConstInit tag should only be used to define objects with static // or thread_local storage duration. -// namespace absl { |