summaryrefslogtreecommitdiff
path: root/src/clone.c
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-08-20 11:26:02 +0200
committernulltoken <emeric.fermas@gmail.com>2012-09-06 18:40:07 +0200
commit35d2e449bd6291c97bb8075f5976104c9ad57236 (patch)
treeadf21fd7dcdda191bf8d239bd052da15e33fbf98 /src/clone.c
parentced8d1420a76c13796d951203c2b35540a49b454 (diff)
downloadlibgit2-35d2e449bd6291c97bb8075f5976104c9ad57236.tar.gz
checkout: cleanup misplaced declaration
Diffstat (limited to 'src/clone.c')
-rw-r--r--src/clone.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/clone.c b/src/clone.c
index 33953d7a0..e06e9ada8 100644
--- a/src/clone.c
+++ b/src/clone.c
@@ -26,8 +26,6 @@
#include "refs.h"
#include "path.h"
-GIT_BEGIN_DECL
-
struct HeadInfo {
git_repository *repo;
git_oid remote_head_oid;
@@ -247,8 +245,3 @@ int git_clone(git_repository **out,
return retcode;
}
-
-
-
-
-GIT_END_DECL