=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/xmalloc.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/diff/xmalloc.h 2015/04/29 04:00:25 1.3 +++ src/usr.bin/diff/xmalloc.h 2015/11/12 16:30:30 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: xmalloc.h,v 1.3 2015/04/29 04:00:25 deraadt Exp $ */ +/* $OpenBSD: xmalloc.h,v 1.4 2015/11/12 16:30:30 mmcc Exp $ */ /* * Author: Tatu Ylonen @@ -22,7 +22,6 @@ void *xmalloc(size_t); void *xcalloc(size_t, size_t); void *xreallocarray(void *, size_t, size_t); -void xfree(void *); char *xstrdup(const char *); int xasprintf(char **, const char *, ...) __attribute__((__format__ (printf, 2, 3)))