From 807d6741f33466bd382ec79ebf568ca7ad1b6d81 Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Mon, 9 Dec 2024 10:00:01 -0800 Subject: [PATCH] remove check for frontend Signed-off-by: Jade Abraham --- src/ChplPaths.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ChplPaths.ts b/src/ChplPaths.ts index 0ca76b6..f495b94 100644 --- a/src/ChplPaths.ts +++ b/src/ChplPaths.ts @@ -42,7 +42,6 @@ export function checkChplHome( const subdirs = [ "util", "compiler", - "frontend", "runtime", "modules", "tools",