From 8f02b11bd49fa85cf9ddbc05d61dd45fad8c9b14 Mon Sep 17 00:00:00 2001 From: Clyybber Date: Tue, 12 Mar 2024 19:04:47 +0100 Subject: [PATCH] Remove unused import --- compiler/sem/procfind.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/sem/procfind.nim b/compiler/sem/procfind.nim index f699d2b9088..323ada6a810 100644 --- a/compiler/sem/procfind.nim +++ b/compiler/sem/procfind.nim @@ -15,7 +15,6 @@ import ast, astalgo, types, - trees, ], compiler/front/[ msgs,