commit cc5481cb036883dee0ba8b5d95c085131ae3c356 from: Stefan Sperling date: Mon May 13 15:29:37 2019 UTC remove pointless goto in collect_commit_logmsg() commit - fcde04d9acbe8328a5e476c6d1391b563ea14783 commit + cc5481cb036883dee0ba8b5d95c085131ae3c356 blob - 4c2767362fea3ae40ca365afe2f55d00022e05a3 blob + c7ae92aac847cdbab41f645d8e5f17cca467929e --- got/got.c +++ got/got.c @@ -2267,9 +2267,6 @@ collect_commit_logmsg(struct got_pathlist_head *commit "commit message cannot be empty, aborting"); goto done; } - - goto done; - done: if (tmpfile) { unlink(tmpfile);