From 45c0d8773de8636ce6822b27b82ebf0935cb64e0 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Tue, 23 Jan 2007 14:19:48 +0100 Subject: [PATCH] Remove the unused strptime() stub. strptime() is only used in convert-objects.c, but we do not build that one (for reasons I do not recall anymore). That tool should be unnecessary anyway. --- compat/mingw.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/compat/mingw.c b/compat/mingw.c index 6d067c9450..f5b64fc564 100644 --- a/compat/mingw.c +++ b/compat/mingw.c @@ -164,13 +164,11 @@ char *mingw_getcwd(char *pointer, int len) } return ret; } -const char *strptime(char *buf, const char *format, struct tm *tm) -{ - die("MinGW does not yet support strptime!"); -} + void sync(void) { } + void openlog(const char *ident, int option, int facility) { }