Merge pull request #1969 from libgit2/ntk/fix/drop_comment

Cleaning up
This commit is contained in:
Vicent Martí 2013-11-19 05:29:37 -08:00
commit 47a9a6297e

View File

@ -539,7 +539,6 @@ void test_index_tests__reload_from_disk(void)
void test_index_tests__corrupted_extension(void)
{
/* sort the entires in an empty index */
git_index *index;
cl_git_fail_with(git_index_open(&index, TEST_INDEXBAD_PATH), GIT_ERROR);