diff options
| author | Vicent Martà <tanoku@gmail.com> | 2012-04-03 04:52:52 +0200 |
|---|---|---|
| committer | Vicent Martà <tanoku@gmail.com> | 2012-04-03 04:52:52 +0200 |
| commit | 471bb8b120fab5969df5778aa5c8d1c22c30d876 (patch) | |
| tree | c66778601219fbb2783d0b37bc20dbd20fe24b0c /tests-clar/index | |
| parent | 16eaa15059afb3119b4e8482231bf0b0bdced8e0 (diff) | |
| download | libgit2-471bb8b120fab5969df5778aa5c8d1c22c30d876.tar.gz | |
tests: Cleanup & fix test suite
Diffstat (limited to 'tests-clar/index')
| -rw-r--r-- | tests-clar/index/tests.c | 1 |
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)); |
