diff options
Diffstat (limited to 'src/object.h')
-rw-r--r-- | src/object.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object.h b/src/object.h index c1e50593c..d187c55b7 100644 --- a/src/object.h +++ b/src/object.h @@ -11,7 +11,6 @@ struct git_object { git_cached_obj cached; git_repository *repo; - git_otype type; }; /* fully free the object; internal method, DO NOT EXPORT */ |