Punt rc_xcalloc as nothing uses it

This commit is contained in:
Roy Marples
2007-09-19 13:55:01 +00:00
parent 77f9015f0b
commit a74dd430d5
3 changed files with 0 additions and 13 deletions

View File

@@ -166,7 +166,6 @@ extern FILE *rc_environ_fd;
/* RC utility functions.
Although not directly related to RC in general, they are used by RC
itself and the supporting applications. */
void *rc_xcalloc (size_t n, size_t size);
void *rc_xmalloc (size_t size);
void *rc_xrealloc (void *ptr, size_t size);
char *rc_xstrdup (const char *str);