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