aboutsummaryrefslogtreecommitdiff
path: root/src/interp/define.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/define.boot')
-rw-r--r--src/interp/define.boot3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/define.boot b/src/interp/define.boot
index bf90b572..5b73b5d9 100644
--- a/src/interp/define.boot
+++ b/src/interp/define.boot
@@ -85,7 +85,6 @@ $NRTdeltaListComp := []
$template := nil
$signature := nil
$isOpPackageName := false
-$lisplibCategoriesExtended := []
$lookupFunction := nil
$byteAddress := nil
$byteVec := nil
@@ -732,8 +731,6 @@ compDefineFunctor1(df is ['DEF,form,signature,nils,body],
if $isOpPackageName then lisplibWrite('"slot1DataBase",
['updateSlot1DataBase,MKQ $NRTslot1Info],$libFile)
$lisplibFunctionLocations := SUBLIS($pairlis,$functionLocations)
- $lisplibCategoriesExtended := SUBLIS($pairlis,$lisplibCategoriesExtended)
- -- see NRTsetVector4 for initial setting of $lisplibCategoriesExtended
libFn := getConstructorAbbreviationFromDB op'
$lookupFunction: local :=
NRTgetLookupFunction($functorForm,$lisplibModemap.mmTarget,$NRTaddForm)