diff options
author | Roy Marples <roy@marples.name> | 2007-09-19 13:55:01 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-19 13:55:01 +0000 |
commit | a74dd430d5c513f1e4d8ed13d7865eb24ccc5494 (patch) | |
tree | a85f271e9d6979a3831497b9e9b219dc82c41c5a /src/rc.h | |
parent | 77f9015f0bf09c5ef3c51009e21d8e687006c3e4 (diff) |
Punt rc_xcalloc as nothing uses it
Diffstat (limited to 'src/rc.h')
-rw-r--r-- | src/rc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |