From 48a2a43de033397d24375ae0e096025e643445cb Mon Sep 17 00:00:00 2001 From: Valerii Butorin Date: Sun, 17 Mar 2024 19:55:13 +0300 Subject: [PATCH] clean up --- app/Main.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Main.hs b/app/Main.hs index f8b167569..8d6c083a7 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -226,10 +226,9 @@ main = do -- force line buffering (always, not just when stdout is connected to a tty), -- it's critical for successful parsing of NITTA's stdout in python scripts hSetBuffering stdout LineBuffering - conf <- case uarch of - Nothing -> return Nothing - Just path -> return . Just =<< parseConfig path + Nothing -> return Nothing + Just path -> return . Just =<< parseConfig path let exactFrontendType = identifyFrontendType filename frontend_language