mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-26 06:07:06 +00:00
Remove unused buf variable from path/core test.
This commit is contained in:
parent
3a495c19bd
commit
1d20092cef
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user