remove pointless goto in collect_commit_logmsg()
diff --git a/got/got.c b/got/got.c
index 4c27673..c7ae92a 100644
--- a/got/got.c
+++ b/got/got.c
@@ -2267,9 +2267,6 @@ collect_commit_logmsg(struct got_pathlist_head *commitable_paths, char **logmsg,
"commit message cannot be empty, aborting");
goto done;
}
-
- goto done;
-
done:
if (tmpfile) {
unlink(tmpfile);