aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-29 04:31:43 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-29 04:31:43 +0000
commitebb11deb4ae269704cb19bc64714a862497a8eb6 (patch)
tree0efff25cdfe8c751e56d7b2cb8f7c6b6fe0af2a4 /src/interp/c-util.boot
parent8ee5eef95e60e0e97e5f14a92b8eb5c8c517c9ab (diff)
downloadopen-axiom-ebb11deb4ae269704cb19bc64714a862497a8eb6.tar.gz
Misc cleanups.
Diffstat (limited to 'src/interp/c-util.boot')
-rw-r--r--src/interp/c-util.boot9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/interp/c-util.boot b/src/interp/c-util.boot
index 2ad1bd00..0eaf1ad9 100644
--- a/src/interp/c-util.boot
+++ b/src/interp/c-util.boot
@@ -1595,15 +1595,6 @@ noteSpecialVariable x ==
--%
-compileFileQuietly path ==
- quietlyIfInteractive COMPILE_-FILE path
-
-++ Subroutine of compileConstructor1. Called to compile the body
-++ of a category constructor definition.
-compAndDefine l ==
- _*COMP370_-APPLY_* := function evalAndPrintBackendDecl
- backendCompile l
-
$compileDontDefineFunctions := true
--%