From e0bfabaf51c35fdfb008234b0d4f5b47c02a99f7 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Sat, 25 Mar 2006 04:36:14 +0000 Subject: [PATCH] * time_r.c (copy_string_result): Remove, as it is no longer used. --- lib/ChangeLog | 4 ++++ lib/time_r.c | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) 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) { -- 2.11.0