From b67f787f7874c4588bebb80b87b275cee05b0e68 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 11 Aug 2008 13:17:05 +0200 Subject: Remove class MLKLispValue. --- MLKClosure.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MLKClosure.h') diff --git a/MLKClosure.h b/MLKClosure.h index 0ccc674..b9ac6b6 100644 --- a/MLKClosure.h +++ b/MLKClosure.h @@ -16,7 +16,6 @@ * along with this program. If not, see . */ -#import "MLKLispValue.h" #import "MLKEnvironment.h" #import "MLKFuncallable.h" #import "MLKFunction.h" @@ -25,7 +24,7 @@ #import -@interface MLKClosure : MLKLispValue +@interface MLKClosure : NSObject { MLKFunction *_code; NSData *_closedOverVariableVector; -- cgit v1.2.3