summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-16 18:36:49 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-16 18:36:49 +0200
commit1d20092cef672781e91078631c7801f3b9a50590 (patch)
tree8dd2713a34bbf35899d103bba98e94b7c12ed347
parent3a495c19bd280f5455047a9ac0e936f2c2f2f9a9 (diff)
downloadlibgit2-1d20092cef672781e91078631c7801f3b9a50590.tar.gz
Remove unused buf variable from path/core test.
-rw-r--r--tests/path/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/path/core.c b/tests/path/core.c
index be63e309b..45f54df29 100644
--- a/tests/path/core.c
+++ b/tests/path/core.c
@@ -16,8 +16,6 @@ static void test_make_relative(
void test_path_core__make_relative(void)
{
- git_buf buf = GIT_BUF_INIT;
-
test_make_relative("foo.c", "/path/to/foo.c", "/path/to", 0);
test_make_relative("bar/foo.c", "/path/to/bar/foo.c", "/path/to", 0);
test_make_relative("foo.c", "/path/to/foo.c", "/path/to/", 0);