t9164: Add missing quotes in test
[git.git] / sequencer.h
index 60287b8da2cddf635bc5ef13121e33e3cf25047c..9d57d57524d411c54d55346a5ecff67bc256595c 100644 (file)
@@ -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[];