X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=branch.c;h=d7fd267b7ed189eaca02caf6628969b50169ec45;hb=50c94032844bb184cdeff7779be3b6a23e04d312;hp=f85c438284d6b810617595971d7e3ec2e79e3120;hpb=7fc1495b1800f5207b634140ed66f7037e7f4bff;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); }