diff options
Diffstat (limited to 'include/git2/indexer.h')
-rw-r--r-- | include/git2/indexer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/git2/indexer.h b/include/git2/indexer.h index 92d1d9e3a..87f48fe27 100644 --- a/include/git2/indexer.h +++ b/include/git2/indexer.h @@ -20,7 +20,6 @@ typedef struct git_indexer_stats { unsigned int total; unsigned int processed; unsigned int received; - unsigned int data_received; } git_indexer_stats; |