aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-util.boot
diff options
context:
space:
mode:
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
--%