From 3a35cb2ea8ab5d44d6ea6290b7af8a7c8623e4c2 Mon Sep 17 00:00:00 2001 From: Jeff Smith Date: Wed, 24 May 2017 00:15:10 -0500 Subject: blame: move textconv_object with related functions textconv_object is used in places other than blame.c and should be moved to a more appropriate location. Other textconv related functions are located in diff.c so that seems as good a place as any. Signed-off-by: Jeff Smith Signed-off-by: Junio C Hamano --- builtin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'builtin.h') diff --git a/builtin.h b/builtin.h index 9e4a89816d..498ac80d07 100644 --- a/builtin.h +++ b/builtin.h @@ -25,8 +25,6 @@ struct fmt_merge_msg_opts { extern int fmt_merge_msg(struct strbuf *in, struct strbuf *out, struct fmt_merge_msg_opts *); -extern int textconv_object(const char *path, unsigned mode, const struct object_id *oid, int oid_valid, char **buf, unsigned long *buf_size); - extern int is_builtin(const char *s); extern int cmd_add(int argc, const char **argv, const char *prefix); -- cgit v1.2.3