From: Eric Blake Date: Sat, 25 Mar 2006 04:36:14 +0000 (+0000) Subject: * time_r.c (copy_string_result): Remove, as it is no longer used. X-Git-Tag: cvs-readonly~2468 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e0bfabaf51c35fdfb008234b0d4f5b47c02a99f7;p=gnulib.git * time_r.c (copy_string_result): Remove, as it is no longer used. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index ca866caad..64c263abb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-03-24 Eric Blake + + * time_r.c (copy_string_result): Remove, as it is no longer used. + 2006-03-24 Simon Josefsson * base64.c: Fix problems reported by Eric Blake , diff --git a/lib/time_r.c b/lib/time_r.c index af845b499..412006372 100644 --- a/lib/time_r.c +++ b/lib/time_r.c @@ -26,14 +26,6 @@ #include -static char * -copy_string_result (char *dest, char const *src) -{ - if (! src) - return 0; - return strcpy (dest, src); -} - static struct tm * copy_tm_result (struct tm *dest, struct tm const *src) {