]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
completion: nounset mode fixes
[thirdparty/git.git] / git-compat-util.h
index 8ba576e81e3e52843cc84350978a26df8e3344e7..a73632e8e43ce997f4bb2abf9c4e5520d2b078e2 100644 (file)
@@ -1216,13 +1216,6 @@ int access_or_die(const char *path, int mode, unsigned flag);
 /* Warn on an inaccessible file if errno indicates this is an error */
 int warn_on_fopen_errors(const char *path);
 
-#ifdef GMTIME_UNRELIABLE_ERRORS
-struct tm *git_gmtime(const time_t *);
-struct tm *git_gmtime_r(const time_t *, struct tm *);
-#define gmtime git_gmtime
-#define gmtime_r git_gmtime_r
-#endif
-
 #if !defined(USE_PARENS_AROUND_GETTEXT_N) && defined(__GNUC__)
 #define USE_PARENS_AROUND_GETTEXT_N 1
 #endif