summaryrefslogtreecommitdiffstats
path: root/wt-status.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-15 22:46:26 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-15 22:58:21 -0700
commit1e24845cc2265b616517aeb54fbe978f5ac0fa61 (patch)
treef9bab0f520875ee6099d1be6cb8e2ab7dba4744c /wt-status.h
parent357e9c69c9069b2764d1b58d0074945f8a33ff09 (diff)
downloadgit-1e24845cc2265b616517aeb54fbe978f5ac0fa61.tar.gz
git-1e24845cc2265b616517aeb54fbe978f5ac0fa61.tar.xz
wt-status.c: mark a private file-scope symbol as static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'wt-status.h')
-rw-r--r--wt-status.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/wt-status.h b/wt-status.h
index f8fc58cc0..236b41fd3 100644
--- a/wt-status.h
+++ b/wt-status.h
@@ -92,7 +92,5 @@ void status_printf_ln(struct wt_status *s, const char *color, const char *fmt, .
;
void status_printf(struct wt_status *s, const char *color, const char *fmt, ...)
;
-void status_printf_more(struct wt_status *s, const char *color, const char *fmt, ...)
- __attribute__((format(printf, 3, 4)));
#endif /* STATUS_H */