From: Erik M. <er...@us...> - 2002-02-12 23:59:44
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv10909/include/blob Modified Files: util.h Log Message: Remove dead functions Index: util.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/util.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- util.h 8 Feb 2002 12:50:39 -0000 1.8 +++ util.h 12 Feb 2002 23:59:41 -0000 1.9 @@ -12,6 +12,7 @@ * util.h: Simple utility functions for blob * * Copyright (C) 1999 Jan-Derk Bakker (J.D...@it...) + * Copyright (C) 2001 2002 Erik Mouw (J.A...@it...) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,8 +39,6 @@ #include <blob/types.h> void MyMemCpy(u32 *dest, const u32 *src, int numWords); -void MyMemCpyChar(char *dest, const char *src, int numBytes); -void MyMemSet(u32 *dest, const u32 wordToWrite, int numWords); void *memcpy(void *dest, const void *src, size_t n); |