Merge branch 'sh/p4-multi-depot'
[gitweb.git] / git-compat-util.h
index 8e3986791d13a5e9196eea95761f35b5dc2078da..2da0a75a380da198bd65fe3d9b0c95ef98a0b4aa 100644 (file)
@@ -929,9 +929,6 @@ int access_or_die(const char *path, int mode, unsigned flag);
 /* Warn on an inaccessible file that ought to be accessible */
 void warn_on_inaccessible(const char *path);
 
-/* Get the passwd entry for the UID of the current process. */
-struct passwd *xgetpwuid_self(void);
-
 #ifdef GMTIME_UNRELIABLE_ERRORS
 struct tm *git_gmtime(const time_t *);
 struct tm *git_gmtime_r(const time_t *, struct tm *);