From fb43bd1cd187bcd29312df3b0394a457d524906d Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Thu, 28 Aug 2014 16:41:34 -0700 Subject: lockfile: remove unable_to_lock_error The former caller uses unable_to_lock_message now. Signed-off-by: Jonathan Nieder Reviewed-by: Ronnie Sahlberg Signed-off-by: Junio C Hamano --- lockfile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lockfile.h') diff --git a/lockfile.h b/lockfile.h index dc066d178..cd2ec95d3 100644 --- a/lockfile.h +++ b/lockfile.h @@ -71,7 +71,6 @@ struct lock_file { #define LOCK_DIE_ON_ERROR 1 #define LOCK_NO_DEREF 2 -extern int unable_to_lock_error(const char *path, int err); extern void unable_to_lock_message(const char *path, int err, struct strbuf *buf); extern NORETURN void unable_to_lock_die(const char *path, int err); -- cgit v1.2.1