Commit cef75d74 by Vicent Marti

Remove unused variables from test files

parent d79f1da6
...@@ -121,11 +121,8 @@ END_TEST ...@@ -121,11 +121,8 @@ END_TEST
BEGIN_TEST(write1, "write a tag to the repository which points to an unknown oid should fail") BEGIN_TEST(write1, "write a tag to the repository which points to an unknown oid should fail")
git_repository *repo; git_repository *repo;
git_tag *tag;
git_oid target_id, tag_id; git_oid target_id, tag_id;
const git_signature *tagger; const git_signature *tagger;
git_reference *ref_tag;
git_object *zombie;
must_pass(git_repository_open(&repo, REPOSITORY_FOLDER)); must_pass(git_repository_open(&repo, REPOSITORY_FOLDER));
......
...@@ -132,7 +132,6 @@ END_TEST ...@@ -132,7 +132,6 @@ END_TEST
BEGIN_TEST(write2, "write a tree from a memory") BEGIN_TEST(write2, "write a tree from a memory")
git_repository *repo; git_repository *repo;
git_index *index;
git_treebuilder *builder; git_treebuilder *builder;
git_tree *tree; git_tree *tree;
git_oid id; git_oid id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment