Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
cef75d74
Commit
cef75d74
authored
Apr 08, 2011
by
Vicent Marti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused variables from test files
parent
d79f1da6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
tests/t08-tag.c
+0
-3
tests/t09-tree.c
+0
-1
No files found.
tests/t08-tag.c
View file @
cef75d74
...
...
@@ -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
));
...
...
tests/t09-tree.c
View file @
cef75d74
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment