Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
First cut at libifying revlist generation
[gitweb.git]
/
epoch.h
diff --git
a/epoch.h
b/epoch.h
index 7493d5a241212203e4f7527958128f25c5093ca0..3756009060b4cb4ea6827292ea9e36b1e32cdf43 100644
(file)
--- a/
epoch.h
+++ b/
epoch.h
@@
-11,7
+11,6
@@
typedef int (*emitter_func) (struct commit *);
int sort_list_in_merge_order(struct commit_list *list, emitter_func emitter);
/* Low bits are used by rev-list */
-#define UNINTERESTING (1u<<10)
#define BOUNDARY (1u<<11)
#define VISITED (1u<<12)
#define DISCONTINUITY (1u<<13)