=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/sprite.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/make/Attic/sprite.h 1999/12/18 21:53:33 1.6 +++ src/usr.bin/make/Attic/sprite.h 2000/03/26 16:21:33 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: sprite.h,v 1.6 1999/12/18 21:53:33 espie Exp $ */ +/* $OpenBSD: sprite.h,v 1.7 2000/03/26 16:21:33 espie Exp $ */ /* $NetBSD: sprite.h,v 1.6 1996/11/06 17:59:22 christos Exp $ */ /* @@ -93,13 +93,6 @@ */ typedef char *Address; - -/* - * ClientData is an uninterpreted word. It is defined as an int so that - * kdbx will not interpret client data as a string. Unlike an "Address", - * client data will generally not be used in arithmetic. - * But we don't have kdbx anymore so we define it as void (christos) - */ typedef void *ClientData;