summaryrefslogtreecommitdiff
path: root/tests-clar/index
diff options
context:
space:
mode:
authorVicent Martí <tanoku@gmail.com>2012-04-03 04:52:52 +0200
committerVicent Martí <tanoku@gmail.com>2012-04-03 04:52:52 +0200
commit471bb8b120fab5969df5778aa5c8d1c22c30d876 (patch)
treec66778601219fbb2783d0b37bc20dbd20fe24b0c /tests-clar/index
parent16eaa15059afb3119b4e8482231bf0b0bdced8e0 (diff)
downloadlibgit2-471bb8b120fab5969df5778aa5c8d1c22c30d876.tar.gz
tests: Cleanup & fix test suite
Diffstat (limited to 'tests-clar/index')
-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));