Remove unused variables

This commit is contained in:
Michael Schubert 2012-11-13 14:28:44 +01:00
parent 9a50026b19
commit d51e54f1f4
2 changed files with 0 additions and 2 deletions

View File

@ -627,7 +627,6 @@ int git_smart_subtransport_http(git_smart_subtransport **out,
git_transport *owner)
{
http_subtransport *t;
int flags;
if (!out)
return -1;

View File

@ -62,7 +62,6 @@ void test_config_configlevel__fetching_a_level_from_an_empty_compound_config_ret
{
git_config *cfg;
git_config *local_cfg;
const char *s;
cl_git_pass(git_config_new(&cfg));