commit | a3a6c8e0525ffdeeb1b773f0d388bbb84eb2f0a2 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Jul 11 23:54:48 2024 +0000 |
committer | Christopher Ferris <cferris@google.com> | Thu Jul 11 23:54:48 2024 +0000 |
tree | 21765aa5f29c63949ddb0d0786121217547b2d6a | |
parent | 60d8d17fbc946a6325939e59d43da9d8122c3c89 [diff] |
Remove usage of ATOMIC_VAR_INIT. The use of the macro ATOMIC_VAR_INIT is not necessary and is causing warnings about it being deprecated. So remove it. Test: Compiles without any warnings. Change-Id: I137ffd0a7cf9a24c2c7ddea5c30f310722f57b98