From 5e4cb4f4da0baef99683be95cb5eeb5288d8ba84 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Mon, 17 Sep 2012 10:38:57 +0200 Subject: checkout : reduce memory usage when not filtering --- src/filter.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/filter.h') diff --git a/src/filter.h b/src/filter.h index d58e173f9..b9beb4942 100644 --- a/src/filter.h +++ b/src/filter.h @@ -119,15 +119,4 @@ extern void git_text_gather_stats(git_text_stats *stats, const git_buf *text); */ extern int git_text_is_binary(git_text_stats *stats); - -/** - * Get the content of a blob after all filters have been run. - * - * @param out buffer to receive the contents - * @param hintpath path to the blob's output file, relative to the workdir root. - * Used to determine what git filters should be applied to the content. - * @return 0 on success, an error code otherwise - */ -extern int git_filter_blob_content(git_buf *out, git_blob *blob, const char *hintpath); - #endif -- cgit v1.2.1