diff options
Diffstat (limited to 'third_party/git/convert.h')
-rw-r--r-- | third_party/git/convert.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/git/convert.h b/third_party/git/convert.h index 3710969d43d6..831559f10d44 100644 --- a/third_party/git/convert.h +++ b/third_party/git/convert.h @@ -94,12 +94,6 @@ void convert_to_git_filter_fd(const struct index_state *istate, int would_convert_to_git_filter_fd(const struct index_state *istate, const char *path); -/* - * Reset the internal list of attributes used by convert_to_git and - * convert_to_working_tree. - */ -void reset_parsed_attributes(void); - /***************************************************************** * * Streaming conversion support |