mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
ref-filter: remove ref_format_clear()
Now that ref_format_clear() no longer releases any memory we don't need it anymore. Remove it and its counterpart, ref_format_init(). Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
7ee4fd18ac
commit
c5490ce9d1
@@ -211,7 +211,4 @@ void filter_is_base(struct repository *r,
|
||||
void ref_filter_init(struct ref_filter *filter);
|
||||
void ref_filter_clear(struct ref_filter *filter);
|
||||
|
||||
void ref_format_init(struct ref_format *format);
|
||||
void ref_format_clear(struct ref_format *format);
|
||||
|
||||
#endif /* REF_FILTER_H */
|
||||
|
||||
Reference in New Issue
Block a user