aboutsummaryrefslogtreecommitdiff
path: root/epoch.h
diff options
context:
space:
mode:
Diffstat (limited to 'epoch.h')
-rw-r--r--epoch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epoch.h b/epoch.h
index 7493d5a24..375600906 100644
--- 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)