Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schubert <schu@schu.io>2012-11-13 17:28:44 +0400
committerMichael Schubert <schu@schu.io>2012-11-13 17:28:44 +0400
commitd51e54f1f415fe90e214be2b2ebbe73135b4a563 (patch)
tree25658d32b3be4f72c0a381159231102132dbde99 /tests-clar/config
parent9a50026b19d95b16a2e0c33560180f157ad86dd3 (diff)
Remove unused variables
Diffstat (limited to 'tests-clar/config')
-rw-r--r--tests-clar/config/configlevel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests-clar/config/configlevel.c b/tests-clar/config/configlevel.c
index 69aede6d3..1c22e8d9f 100644
--- a/tests-clar/config/configlevel.c
+++ b/tests-clar/config/configlevel.c
@@ -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));