stale code

This commit is contained in:
nhmall
2019-07-14 12:17:47 -04:00
parent 041a9ad9c1
commit 1e47fe61b9

View File

@@ -363,10 +363,3 @@ pixel (*pixels)[TILE_X];
}
}
}
/* nhassert_failed is called when an nhassert's condition is false */
void nhassert_failed(const char * exp, const char * file, int line)
{
Fprintf(stderr, "NHASSERT(%s) in '%s' at line %d\n", exp, file, line);
exit(EXIT_FAILURE);
}