remove unused function
This commit is contained in:
parent
13c23fd71b
commit
913635d252
|
|
@ -152,7 +152,7 @@ txfree(const void *ptr)
|
||||||
#endif
|
#endif
|
||||||
} /* end of function txfree */
|
} /* end of function txfree */
|
||||||
|
|
||||||
|
#if 0
|
||||||
/* This function returns the product of a and b if it does not overflow.
|
/* This function returns the product of a and b if it does not overflow.
|
||||||
*
|
*
|
||||||
* Return codes
|
* Return codes
|
||||||
|
|
@ -180,7 +180,7 @@ static inline int product_overflow(size_t a, size_t b, size_t *p_n)
|
||||||
return 0;
|
return 0;
|
||||||
} /* end of function product_overflow */
|
} /* end of function product_overflow */
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* Print error related to allocating a product that cannot fit in a
|
/* Print error related to allocating a product that cannot fit in a
|
||||||
* size_t and exit. This function does not return. */
|
* size_t and exit. This function does not return. */
|
||||||
static void overflow_error(size_t num, size_t size)
|
static void overflow_error(size_t num, size_t size)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue