checkout: cleanup misplaced declaration

This commit is contained in:
nulltoken 2012-08-20 11:26:02 +02:00
parent ced8d1420a
commit 35d2e449bd
2 changed files with 0 additions and 13 deletions

View File

@ -22,9 +22,6 @@
#include "filter.h"
#include "blob.h"
GIT_BEGIN_DECL
typedef struct tree_walk_data
{
git_indexer_stats *stats;
@ -226,6 +223,3 @@ int git_checkout_reference(git_reference *ref,
git_reference_free(head);
return retcode;
}
GIT_END_DECL

View File

@ -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