diff options
Diffstat (limited to 'src/revparse.c')
-rw-r--r-- | src/revparse.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/revparse.c b/src/revparse.c index 1e6b7101f..c66a9852e 100644 --- a/src/revparse.c +++ b/src/revparse.c @@ -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 |