Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/builtin-to-libgit'
[gitweb.git]
/
sequencer.h
diff --git
a/sequencer.h
b/sequencer.h
index 60287b8da2cddf635bc5ef13121e33e3cf25047c..9d57d57524d411c54d55346a5ecff67bc256595c 100644
(file)
--- a/
sequencer.h
+++ b/
sequencer.h
@@
-44,9
+44,6
@@
struct replay_opts {
struct rev_info *revs;
};
-/* Removes SEQ_DIR. */
-extern void remove_sequencer_state(void);
-
int sequencer_pick_revisions(struct replay_opts *opts);
extern const char sign_off_header[];