summaryrefslogtreecommitdiff
path: root/src
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 /src
parent47f36a937f2ea5c3dc33ed940057134af967b062 (diff)
downloadlibgit2-d23a7903d107528f9d62608f9b236251d9756b00.tar.gz
remove unused statements
Diffstat (limited to 'src')
-rw-r--r--src/libgit2/fetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libgit2/fetch.c b/src/libgit2/fetch.c
index 874813b4e..2a419534e 100644
--- a/src/libgit2/fetch.c
+++ b/src/libgit2/fetch.c
@@ -21,7 +21,6 @@
#include "repository.h"
#include "refs.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)
{