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.
This commit is contained in:
Johannes Sixt
2007-01-23 14:19:48 +01:00
parent 5bc08ee66f
commit 45c0d8773d

View File

@@ -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)
{
}