Remove unused buf variable from path/core test.

This commit is contained in:
Ciro Santilli 2014-09-16 18:36:49 +02:00
parent 3a495c19bd
commit 1d20092cef

View File

@ -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);