Commit 35d2e449 by nulltoken

checkout: cleanup misplaced declaration

parent ced8d142
......@@ -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
......@@ -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
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