From 5c14525067dd99d95724e1b7bf1a40682f57b07e Mon Sep 17 00:00:00 2001 From: Michael Kiselev Date: Sun, 7 Jul 2024 19:19:15 -0500 Subject: [PATCH] test commit --- interpreter/LispProcedure.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/interpreter/LispProcedure.cs b/interpreter/LispProcedure.cs index 6c29359..96066e2 100644 --- a/interpreter/LispProcedure.cs +++ b/interpreter/LispProcedure.cs @@ -1,5 +1,3 @@ -using System.DirectoryServices; - namespace KumiScript.Interpreter { public class LispProcedure : Procedure @@ -43,4 +41,4 @@ namespace KumiScript.Interpreter return string.Concat("λ(", string.Join(' ', _parameters), ")"); } } -} \ No newline at end of file +}