summaryrefslogtreecommitdiff
path: root/lib/time_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/time_r.c')
-rw-r--r--lib/time_r.c8
1 files changed, 0 insertions, 8 deletions
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 <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)
{