xo-jit: honor clang nit

This commit is contained in:
Roland Conybeare 2024-06-25 09:36:06 -04:00
commit 56210442a2

View file

@ -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;