commit | 9a11eaebad408f3f09077d54ac86b591523920cc | [log] [tgz] |
---|---|---|
author | Abdelrahman Daim <adaim@meta.com> | Wed Nov 13 11:11:22 2024 -0800 |
committer | Abdelrahman Daim <adaim@meta.com> | Wed Nov 13 11:11:22 2024 -0800 |
tree | 124f968c26cc0affb7b7d58e24a5551fd881077a | |
parent | 5c5dd71943083c13ff0013fa0120f569cdf106d1 [diff] |
Remove old asserts that don't compile with NDEBUG Summary: This ASSERTS() have not been updated when the code has changed. If compiling this module with LOG_NDEBUG 0, it does not build. Test Plan: Successful build Change-Id: I71352ad013cedc967d45ceb901233f038c95a008 Signed-off-by: Abdelrahman Daim <adaim@meta.com>