diff options
Diffstat (limited to 'include/git2')
| -rw-r--r-- | include/git2/types.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/git2/types.h b/include/git2/types.h index d83b1d14b..06fcf3613 100644 --- a/include/git2/types.h +++ b/include/git2/types.h @@ -151,15 +151,11 @@ typedef struct git_time { /** An action signature (e.g. for committers, taggers, etc) */ typedef struct git_signature { - unsigned int version; char *name; /** full name of the author */ char *email; /** email of the author */ git_time when; /** time when the action happened */ } git_signature; -#define GIT_SIGNATURE_VERSION 1 -#define GIT_SIGNATURE_INIT {GIT_SIGNATURE_VERSION, 0} - /** In-memory representation of a reference. */ typedef struct git_reference git_reference; |
