summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYuang Li <yuangli88@hotmail.com>2022-09-05 19:44:49 +0100
committerYuang Li <yuangli88@hotmail.com>2022-09-05 19:44:49 +0100
commitd23a7903d107528f9d62608f9b236251d9756b00 (patch)
tree8a93a63897dcdb37c42dbdaf33688a9da5e18994 /tests
parent47f36a937f2ea5c3dc33ed940057134af967b062 (diff)
downloadlibgit2-d23a7903d107528f9d62608f9b236251d9756b00.tar.gz
remove unused statements
Diffstat (limited to 'tests')
-rw-r--r--tests/libgit2/clone/shallow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libgit2/clone/shallow.c b/tests/libgit2/clone/shallow.c
index b0114081c..eacfe1bcf 100644
--- a/tests/libgit2/clone/shallow.c
+++ b/tests/libgit2/clone/shallow.c
@@ -10,7 +10,6 @@ void test_clone_shallow__initialize(void)
void test_clone_shallow__cleanup(void)
{
git_libgit2_opts(GIT_OPT_ENABLE_SHALLOW, 0);
- /*cl_git_sandbox_cleanup();*/
}
static int remote_single_branch(git_remote **out, git_repository *repo, const char *name, const char *url, void *payload)