1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

Everywhere: Remove unused RELEASE_ASSERT macro

This commit is contained in:
Andreas Kling 2021-02-23 21:11:53 +01:00
parent 5d180d1f99
commit 679cc154e6
Notes: sideshowbarker 2024-07-18 21:58:42 +09:00
4 changed files with 0 additions and 14 deletions

View file

@ -33,7 +33,6 @@
# ifndef __serenity__
# define VERIFY assert
# define VERIFY_NOT_REACHED() assert(false)
# define RELEASE_ASSERT assert
# define TODO VERIFY_NOT_REACHED
# endif
#endif