X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=branch.c;h=d7fd267b7ed189eaca02caf6628969b50169ec45;hb=bd193f46b70fd3f8a55e2a8dcbb1fb2b4eec13d6;hp=f85c438284d6b810617595971d7e3ec2e79e3120;hpb=474294963eb968da7a06650a65a4d17b4bde3ad2;p=git.git diff --git a/branch.c b/branch.c index f85c43828..d7fd267b7 100644 --- a/branch.c +++ b/branch.c @@ -3,7 +3,6 @@ #include "refs.h" #include "remote.h" #include "commit.h" -#include "sequencer.h" struct tracking { struct refspec spec; @@ -249,5 +248,4 @@ void remove_branch_state(void) unlink(git_path("MERGE_MSG")); unlink(git_path("MERGE_MODE")); unlink(git_path("SQUASH_MSG")); - remove_sequencer_state(0); }