diff options
author | ilnurkh <ilnurkh@yandex-team.com> | 2023-10-11 23:16:01 +0300 |
---|---|---|
committer | ilnurkh <ilnurkh@yandex-team.com> | 2023-10-11 23:41:54 +0300 |
commit | 75dac4bef1e14f7d66c690dad0e7aa6dfcc10634 (patch) | |
tree | 7660cbc1bef6e4c1ca58982f769efec43a548e05 /util | |
parent | dfac369277657436a52dca22860c854f04e1f292 (diff) | |
download | ydb-75dac4bef1e14f7d66c690dad0e7aa6dfcc10634.tar.gz |
remove Y_VERIFY
Diffstat (limited to 'util')
-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 3ae67f5ae9..82f5af65bd 100644 --- a/util/system/yassert.h +++ b/util/system/yassert.h @@ -94,7 +94,6 @@ namespace NPrivate { " " __VA_ARGS__); \ } \ } while (false) -#define Y_VERIFY(...) Y_ABORT_UNLESS(__VA_ARGS__) #define Y_ABORT(...) Y_ABORT_UNLESS(false, __VA_ARGS__) #define Y_FAIL Y_ABORT |