diff options
author | Derek Mauro <dmauro@google.com> | 2023-01-04 14:24:51 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-01-04 14:25:44 -0800 |
commit | b0cc11b9763d50f6ecd160719b0f78fde9712a7f (patch) | |
tree | 87b127806826712fa17889ee4ce7cecdc419c933 | |
parent | 58ba57346c5ea69965897af193b6641f5965c7d6 (diff) |
Remove ABSL_INTERNAL_UNREACHABLE
This is now available as the public symbol ABSL_UNREACHABLE().
PiperOrigin-RevId: 499578459
Change-Id: Ib36c1826eb733271a6b02e81d6c3d088b255180a
-rw-r--r-- | absl/base/macros.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/absl/base/macros.h b/absl/base/macros.h index bbf7494f..f33cd192 100644 --- a/absl/base/macros.h +++ b/absl/base/macros.h @@ -138,7 +138,4 @@ ABSL_NAMESPACE_END #define ABSL_INTERNAL_RETHROW do {} while (false) #endif // ABSL_HAVE_EXCEPTIONS -// TODO(b/261916195): Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE(). -#define ABSL_INTERNAL_UNREACHABLE ABSL_UNREACHABLE() - #endif // ABSL_BASE_MACROS_H_ |