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:
authorVicent Martí <tanoku@gmail.com>2012-04-03 06:52:52 +0400
committerVicent Martí <tanoku@gmail.com>2012-04-03 06:52:52 +0400
commit471bb8b120fab5969df5778aa5c8d1c22c30d876 (patch)
treec66778601219fbb2783d0b37bc20dbd20fe24b0c /tests-clar/index/tests.c
parent16eaa15059afb3119b4e8482231bf0b0bdced8e0 (diff)
tests: Cleanup & fix test suite
Diffstat (limited to 'tests-clar/index/tests.c')
-rw-r--r--tests-clar/index/tests.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests-clar/index/tests.c b/tests-clar/index/tests.c
index 9edcabe0a..ead42ecce 100644
--- a/tests-clar/index/tests.c
+++ b/tests-clar/index/tests.c
@@ -30,7 +30,6 @@ static void copy_file(const char *src, const char *dst)
{
git_buf source_buf = GIT_BUF_INIT;
git_file dst_fd;
- int error = GIT_ERROR;
cl_git_pass(git_futils_readbuffer(&source_buf, src));