diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-25 15:13:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-25 15:13:33 +0000 |
commit | 09f12ad21b1198ffeeab35b8b11bbe5299be3dd7 (patch) | |
tree | f0eb21ca569ad554531f2973d0c019a3a06885c5 | |
parent | 23a112c2ae0fee631d3c2e332d86ec5b3e0bdc38 (diff) |
Remove unused c_func0; noticed by deraadt@
-rw-r--r-- | usr.bin/mail/def.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index 027f9dbda14..322be15ad85 100644 --- a/usr.bin/mail/def.h +++ b/usr.bin/mail/def.h @@ -1,4 +1,4 @@ -/* $OpenBSD: def.h,v 1.12 2003/06/03 02:56:11 millert Exp $ */ +/* $OpenBSD: def.h,v 1.13 2003/06/25 15:13:32 millert Exp $ */ /* $NetBSD: def.h,v 1.9 1996/12/28 07:11:00 tls Exp $ */ /* @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)def.h 8.4 (Berkeley) 4/20/95 - * $OpenBSD: def.h,v 1.12 2003/06/03 02:56:11 millert Exp $ + * $OpenBSD: def.h,v 1.13 2003/06/25 15:13:32 millert Exp $ */ /* @@ -108,7 +108,6 @@ struct message { struct cmd { char *c_name; /* Name of command */ union { - int (*c_func0)(); int (*c_func1)(void *); int (*c_func2)(void *, void *); } cfunc; /* Implementor of the command */ |