projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8197f4d
)
* time_r.c (copy_string_result): Remove, as it is no longer used.
author
Eric Blake
<ebb9@byu.net>
Sat, 25 Mar 2006 04:36:14 +0000
(
04:36
+0000)
committer
Eric Blake
<ebb9@byu.net>
Sat, 25 Mar 2006 04:36:14 +0000
(
04:36
+0000)
lib/ChangeLog
patch
|
blob
|
history
lib/time_r.c
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index ca866caadb53a319abc228d43b3710424082d241..64c263abbbfd8628eb91c80f88755c49cabec0cd 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,7
@@
+2006-03-24 Eric Blake <ebb9@byu.net>
+
+ * time_r.c (copy_string_result): Remove, as it is no longer used.
+
2006-03-24 Simon Josefsson <jas@extundo.com>
* base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
diff --git
a/lib/time_r.c
b/lib/time_r.c
index af845b499056e5e9f3fb1908003e12eefb7c9012..412006372fa614c447fcdd79aaa915f39883db9a 100644
(file)
--- a/
lib/time_r.c
+++ b/
lib/time_r.c
@@
-26,14
+26,6
@@
#include <string.h>
-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)
{