mirror of
https://github.com/json-c/json-c.git
synced 2026-03-27 17:09:06 +08:00
Remove the previously deprecated bits.h and the lh_abort() function.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user