mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-03 21:46:35 +00:00
revparse: remove unnecessary GIT_BEGIN_DECL
This commit is contained in:
parent
471fa05eb7
commit
c073459371
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user