From ce392c2cc0442f4f825a5b35f8679aca1459dfbc Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 14 Dec 2005 21:06:15 +0000 Subject: [PATCH] Useless memmove() ifdef -- memmove() is not used here. --- x11/pdcdisp.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/x11/pdcdisp.c b/x11/pdcdisp.c index d96b8014..17fdafbe 100644 --- a/x11/pdcdisp.c +++ b/x11/pdcdisp.c @@ -29,12 +29,8 @@ # include #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*********************************************************************