diff options
author | ilnurkh <ilnurkh@yandex-team.com> | 2023-10-18 11:55:06 +0300 |
---|---|---|
committer | ilnurkh <ilnurkh@yandex-team.com> | 2023-10-18 13:18:33 +0300 |
commit | d47be70a771e2e4814bb66351730780b1118db2f (patch) | |
tree | ea28631701894554a557ecdb4bfaa716d0f7ad56 /util/system/yassert.h | |
parent | 9ae2b50e805245bff2d8be04123f4e7f08806324 (diff) | |
download | ydb-d47be70a771e2e4814bb66351730780b1118db2f.tar.gz |
remove Y_FAIL
Diffstat (limited to 'util/system/yassert.h')
-rw-r--r-- | util/system/yassert.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/system/yassert.h b/util/system/yassert.h index d611069133..781a796cff 100644 --- a/util/system/yassert.h +++ b/util/system/yassert.h @@ -87,7 +87,6 @@ namespace NPrivate { } while (false) #define Y_ABORT(...) Y_ABORT_UNLESS(false, __VA_ARGS__) -#define Y_FAIL Y_ABORT #ifndef NDEBUG /// Assert that depend on NDEBUG macro and outputs message like printf |