From 7b75f246adc50fb6391241f4735c6df590d7897e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 5 May 2012 09:45:21 +0000 Subject: * interp/clam.boot (compClam): Remove. (compHash): Simplify. Now take only 3 parameters. * interp/c-util.boot (compileQuietly): Remove as unused. * interp/sys-globals.boot ($clamList): Move to clam.boot. * interp/define.boot (compileConstructor1): Call compHash in lieu of compClam. * share/doc/msgs/s2-us.msgs: Remove unused diagnostics, due to compClam removal and compHash simplification. --- src/interp/c-util.boot | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/interp/c-util.boot') diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot index e43cd164..72a75537 100644 --- a/src/interp/c-util.boot +++ b/src/interp/c-util.boot @@ -1768,16 +1768,6 @@ compQuietly fn == "PRINT-DEFUN" quietlyIfInteractive backendCompile fn -compileQuietly fn == - _*COMP370_-APPLY_* := - $InteractiveMode => - $compileDontDefineFunctions => "COMPILE-DEFUN" - "EVAL-DEFUN" - "PRINT-DEFUN" - quietlyIfInteractive COMP370 fn - - - COMP370 x == first x is [.,:.] => [COMPILE1 y for y in x] [COMPILE1 x] -- cgit v1.2.3