aboutsummaryrefslogtreecommitdiffstats
path: root/util/system
diff options
context:
space:
mode:
authorilnurkh <ilnurkh@yandex-team.com>2023-10-23 11:38:03 +0300
committerilnurkh <ilnurkh@yandex-team.com>2023-10-23 12:18:00 +0300
commitc39e23f5aa5458cfea943752a5525f2dbd887583 (patch)
tree36ab1147b26546df67913db84c844ad67848a06f /util/system
parent6fbfea3ad8bd28aa205d7e594543af7d4670280c (diff)
downloadydb-c39e23f5aa5458cfea943752a5525f2dbd887583.tar.gz
remove Y_VERIFY_DEBUG
Diffstat (limited to 'util/system')
-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 781a796cff..8411254693 100644
--- a/util/system/yassert.h
+++ b/util/system/yassert.h
@@ -100,5 +100,4 @@ namespace NPrivate {
} \
} while (false)
#endif
-#define Y_VERIFY_DEBUG Y_DEBUG_ABORT_UNLESS
#define Y_ASSERT(a) Y_DEBUG_ABORT_UNLESS(a)