Browse Source

remove Y_VERIFY_DEBUG

ilnurkh 1 year ago
parent
commit
c39e23f5aa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      util/system/yassert.h

+ 0 - 1
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)