Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/iterator.h')
-rw-r--r--src/iterator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/iterator.h b/src/iterator.h
index 2968b8c0c..ba9c1e486 100644
--- a/src/iterator.h
+++ b/src/iterator.h
@@ -53,10 +53,6 @@ struct git_iterator {
char *end;
int (*prefixcomp)(const char *str, const char *prefix);
unsigned int flags;
-#ifdef GIT_PERF
- size_t stat_calls;
- size_t submodule_lookups;
-#endif
};
extern int git_iterator_for_nothing(