From: Robert Pengelly Date: Sat, 18 Oct 2025 03:25:10 +0000 (+0100) Subject: Remove unneeded else X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=9cf2f6e1c098d1f3863dd9fae7ea9a9fc0abbf11;p=xmake.git Remove unneeded else --- diff --git a/read.c b/read.c index dea0e0d..52c229e 100644 --- a/read.c +++ b/read.c @@ -764,7 +764,6 @@ static int read_lbuf (struct linebuf *lbuf, int set_default) { /* Re-get the colon. */ *(colon = strchr (line, ':')) = '\0'; - } else { } filenames = parse_nameseq (line, sizeof (*filenames));