mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
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:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user