revparse: remove unnecessary GIT_BEGIN_DECL

This commit is contained in:
Michael Schubert 2012-06-12 11:33:46 +02:00
parent 471fa05eb7
commit c073459371

View File

@ -13,8 +13,6 @@
#include "git2.h"
GIT_BEGIN_DECL
typedef enum {
REVPARSE_STATE_INIT,
REVPARSE_STATE_CARET,
@ -748,6 +746,3 @@ int git_revparse_single(git_object **out, git_repository *repo, const char *spec
git_buf_free(&stepbuffer);
return retcode;
}
GIT_END_DECL