aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/yassert.h
diff options
context:
space:
mode:
authorilnurkh <ilnurkh@yandex-team.com>2023-10-18 11:55:06 +0300
committerilnurkh <ilnurkh@yandex-team.com>2023-10-18 13:18:33 +0300
commitd47be70a771e2e4814bb66351730780b1118db2f (patch)
treeea28631701894554a557ecdb4bfaa716d0f7ad56 /util/system/yassert.h
parent9ae2b50e805245bff2d8be04123f4e7f08806324 (diff)
downloadydb-d47be70a771e2e4814bb66351730780b1118db2f.tar.gz
remove Y_FAIL
Diffstat (limited to 'util/system/yassert.h')
-rw-r--r--util/system/yassert.h1
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