Remove unused variables from test files

This commit is contained in:
Vicent Marti 2011-04-08 12:41:17 -07:00
parent d79f1da65a
commit cef75d7430
2 changed files with 0 additions and 4 deletions

View File

@ -121,11 +121,8 @@ END_TEST
BEGIN_TEST(write1, "write a tag to the repository which points to an unknown oid should fail")
git_repository *repo;
git_tag *tag;
git_oid target_id, tag_id;
const git_signature *tagger;
git_reference *ref_tag;
git_object *zombie;
must_pass(git_repository_open(&repo, REPOSITORY_FOLDER));

View File

@ -132,7 +132,6 @@ END_TEST
BEGIN_TEST(write2, "write a tree from a memory")
git_repository *repo;
git_index *index;
git_treebuilder *builder;
git_tree *tree;
git_oid id;