From 56210442a2ea0d9f22e8262309318d157412d6b6 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 25 Jun 2024 09:36:06 -0400 Subject: [PATCH] xo-jit: honor clang nit --- src/jit/MachPipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jit/MachPipeline.cpp b/src/jit/MachPipeline.cpp index 5b3e2cba..bf2d76e2 100644 --- a/src/jit/MachPipeline.cpp +++ b/src/jit/MachPipeline.cpp @@ -7,7 +7,7 @@ namespace xo { using xo::ast::exprtype; using xo::ast::Expression; using xo::ast::ConstantInterface; - using xo::ast::FunctionInterface; + //using xo::ast::FunctionInterface; using xo::ast::PrimitiveInterface; using xo::ast::Lambda; using xo::ast::Variable;