Remove dead code

This commit is contained in:
Ben Straub 2012-10-17 10:15:07 -07:00
parent 183d8bddeb
commit 1f7c741873

View File

@ -27,7 +27,6 @@ struct checkout_diff_data
git_buf *path; git_buf *path;
size_t workdir_len; size_t workdir_len;
git_checkout_opts *checkout_opts; git_checkout_opts *checkout_opts;
/*git_indexer_stats *stats;*/
git_repository *owner; git_repository *owner;
bool can_symlink; bool can_symlink;
bool found_submodules; bool found_submodules;