aboutsummaryrefslogtreecommitdiff
path: root/src/interp/postpar.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/postpar.boot')
-rw-r--r--src/interp/postpar.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index 59b13294..07619132 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -234,8 +234,7 @@ postDef t ==
[(x is [":",.,t] => t; nil) for x in rest form]
typeList:= [targetType,:argTypeList]
if form isnt [.,:.] then form := [form]
- specialCaseForm := [nil for x in form]
- ["DEF",newLhs,typeList,specialCaseForm,postTran rhs]
+ ["DEF",newLhs,typeList,postTran rhs]
postDefArgs: %List %ParseTree -> %List %ParseForm
postDefArgs argl ==