Commit c0734593 by Michael Schubert

revparse: remove unnecessary GIT_BEGIN_DECL

parent 471fa05e
......@@ -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
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