summaryrefslogtreecommitdiff
path: root/src/git_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git_common.h')
-rw-r--r--src/git_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/git_common.h b/src/git_common.h
index 6d8e93b83..791826cd8 100644
--- a/src/git_common.h
+++ b/src/git_common.h
@@ -62,9 +62,6 @@ GIT_BEGIN_DECL
# define GIT_EXTERN(type) type
#endif
-/** Generic result code for any API call. */
-typedef int git_result_t;
-
/** Operation completed successfully. */
#define GIT_SUCCESS 0