diff options
Diffstat (limited to 'usr.bin/find/misc.c')
| -rw-r--r-- | usr.bin/find/misc.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 36045a3a5edd..6e19403fd174 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -115,18 +115,3 @@ queryuser(argv) } return (first == 'y'); } - -/* - * emalloc -- - * malloc with error checking. - */ -void * -emalloc(len) - u_int len; -{ - void *p; - - if ((p = malloc(len)) == NULL) - err(1, NULL); - return (p); -} |
