Remove the previously deprecated bits.h and the lh_abort() function.

This commit is contained in:
Eric Haszlakiewicz
2017-12-10 00:25:00 -05:00
parent 963e707ca4
commit f83cf244cd
5 changed files with 4 additions and 62 deletions

View File

@@ -52,15 +52,6 @@ json_global_set_string_hash(const int h)
return 0;
}
void lh_abort(const char *msg, ...)
{
va_list ap;
va_start(ap, msg);
vprintf(msg, ap);
va_end(ap);
exit(1);
}
static unsigned long lh_ptr_hash(const void *k)
{
/* CAW: refactored to be 64bit nice */