diff options
Diffstat (limited to 'src/index.h')
| -rw-r--r-- | src/index.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/index.h b/src/index.h index 6a3c11e82..818f1f120 100644 --- a/src/index.h +++ b/src/index.h @@ -26,9 +26,8 @@ struct git_index_tree { typedef struct git_index_tree git_index_tree; struct git_index { - + git_repository *repository; char *index_file_path; - char *working_path; time_t last_modified; |
