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:
authorEdward Thomson <ethomson@microsoft.com>2015-04-27 23:29:00 +0300
committerEdward Thomson <ethomson@edwardthomson.com>2015-05-04 15:41:38 +0300
commit63c0cc65bc27850d0fab214370a9814c928911b6 (patch)
tree63fc5f1f936efe5730fcfcb7ec2bddf42ab86aa0 /tests/config
parent9c26de0fd175c2fbb9c67908a0f8bcd37e81252b (diff)
config: cleanup some now-unused variables
Diffstat (limited to 'tests/config')
-rw-r--r--tests/config/write.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/config/write.c b/tests/config/write.c
index a6c20e21f..a37669c15 100644
--- a/tests/config/write.c
+++ b/tests/config/write.c
@@ -535,7 +535,6 @@ void test_config_write__outside_change(void)
void test_config_write__preserves_whitespace_and_comments(void)
{
const char *file_name = "config-duplicate-header";
- const char *entry_name = "remote.origin.url";
const char *n;
git_config *cfg;
git_buf newfile = GIT_BUF_INIT;
@@ -571,7 +570,6 @@ void test_config_write__preserves_whitespace_and_comments(void)
void test_config_write__preserves_entry_with_name_only(void)
{
const char *file_name = "config-empty-value";
- const char *entry_name = "remote.origin.url";
git_config *cfg;
git_buf newfile = GIT_BUF_INIT;