From 2f605fff87148d6b8bd0c9051a384485c058fddb Mon Sep 17 00:00:00 2001 From: johnvg Date: Tue, 30 Jan 2007 10:17:47 +0000 Subject: remove di_instances, because it is always [] git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1644 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/checksupport.icl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/checksupport.icl') diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index dc7d917..2864644 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -517,8 +517,8 @@ instance <<< ExplImpInfo instance <<< DeclarationInfo where - (<<<) file {di_decl, di_instances} - = file <<< di_decl <<< di_instances + (<<<) file {di_decl} + = file <<< di_decl import_ident :: Ident import_ident =: { id_name = "import", id_info = nilPtr } -- cgit v1.2.3