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.boot6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index af5ec656..dfd5da03 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -143,11 +143,6 @@ postPretend t ==
t isnt ["pretend",x,y] => systemErrorHere ["postPretend",t]
["pretend",postTran x,:postType y]
-postAtAt: %ParseTree -> %ParseForm
-postAtAt t ==
- t isnt ["@@",x,y] => systemErrorHere ["postAtAt",t]
- ["@@",postTran x,:postType y]
-
postConstruct: %ParseTree -> %ParseForm
postConstruct u ==
u is ["construct",b] =>
@@ -625,7 +620,6 @@ for x in [["with", :"postWith"],_
[":", :"postColon"],_
["@", :"postAtSign"],_
["pretend", :"postPretend"],_
- ["@@",:"postAtAt"],_
["if", :"postIf"],_
["Join", :"postJoin"],_
["%Signature", :"postSignature"],_