Useless memmove() ifdef -- memmove() is not used here.

This commit is contained in:
William McBrine
2005-12-14 21:06:15 +00:00
parent 0c8271d467
commit ce392c2cc0

View File

@@ -29,12 +29,8 @@
# include <memory.h>
#endif
#ifndef HAVE_MEMMOVE
# define memmove PDC_memmove
#endif
#ifdef PDCDEBUG
char *rcsid_PDCdisp = "$Id: pdcdisp.c,v 1.2 2001/01/10 08:30:06 mark Exp $";
char *rcsid_PDCdisp = "$Id: pdcdisp.c,v 1.3 2005/12/14 21:06:15 wmcbrine Exp $";
#endif
/*man-start*********************************************************************