mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-29 15:31:35 +00:00
Remove unused variables
This commit is contained in:
parent
9a50026b19
commit
d51e54f1f4
@ -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;
|
||||
|
||||
@ -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));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user