From df453b354c312be50934c00779461f44c00ee46c Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Sat, 23 Nov 2019 15:22:04 +0000 Subject: [PATCH] removed unneeded lines --- moo/lib/fmt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/moo/lib/fmt.c b/moo/lib/fmt.c index 377699a..ca1eed0 100644 --- a/moo/lib/fmt.c +++ b/moo/lib/fmt.c @@ -524,8 +524,6 @@ static int fmt_outv (moo_fmtout_t* fmtout, va_list ap) case MOO_FMTOUT_FMT_TYPE_UCH: uch = *(const moo_uch_t*)fmtptr; break; - default: /* this must not happen */ - goto oops; } fmtptr += fmtchsz;