Commit d23a7903 by Yuang Li

remove unused statements

parent 47f36a93
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "repository.h" #include "repository.h"
#include "refs.h" #include "refs.h"
#include "transports/smart.h" #include "transports/smart.h"
#include <limits.h>
static int maybe_want(git_remote *remote, git_remote_head *head, git_refspec *tagspec, git_remote_autotag_option_t tagopt) static int maybe_want(git_remote *remote, git_remote_head *head, git_refspec *tagspec, git_remote_autotag_option_t tagopt)
{ {
......
...@@ -10,7 +10,6 @@ void test_clone_shallow__initialize(void) ...@@ -10,7 +10,6 @@ void test_clone_shallow__initialize(void)
void test_clone_shallow__cleanup(void) void test_clone_shallow__cleanup(void)
{ {
git_libgit2_opts(GIT_OPT_ENABLE_SHALLOW, 0); 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) static int remote_single_branch(git_remote **out, git_repository *repo, const char *name, const char *url, void *payload)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment