diff options
Diffstat (limited to 'src/boot')
-rw-r--r-- | src/boot/ast.boot | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot index fdbb1296..c898c6d8 100644 --- a/src/boot/ast.boot +++ b/src/boot/ast.boot @@ -1933,6 +1933,3 @@ genImportDeclaration(op, sig) == %hasFeature KEYWORD::ECL => genECLnativeTranslation(op,s,t,op') %hasFeature KEYWORD::CLOZURE => genCLOZUREnativeTranslation(op,s,t,op') fatalError '"import declaration not implemented for this Lisp" - - - |