Revert "Added nhassert to core."

This reverts commit 0ca299acb3.
This commit is contained in:
Bart House
2019-07-14 21:15:54 -07:00
parent a90f9d4365
commit fe9fc4cac1
7 changed files with 27 additions and 19 deletions

View File

@@ -582,10 +582,4 @@ VA_DECL(const char *, str)
#endif
}
/* nhassert_failed is called when an nhassert's condition is false */
void nhassert_failed(const char * exp, const char * file, int line)
{
impossible("NHASSERT(%s) in '%s' at line %d", exp, file, line);
}
/*pline.c*/