diff options
Diffstat (limited to 'lockfile.h')
-rw-r--r-- | lockfile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lockfile.h b/lockfile.h index b4d29a3930..02e26fed85 100644 --- a/lockfile.h +++ b/lockfile.h @@ -71,8 +71,6 @@ struct lock_file { #define LOCK_NO_DEREF 1 #define LOCK_OUTSIDE_REPOSITORY 2 -extern void unable_to_lock_message(const char *path, int, int err, - struct strbuf *buf); extern int hold_lock_file_for_update(struct lock_file *, const char *path, int, struct strbuf *err); extern int hold_lock_file_for_append(struct lock_file *, const char *path, |