summaryrefslogtreecommitdiff
path: root/MLKForm.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-17 22:04:27 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-17 22:05:18 +0200
commit96870ab2cd94ba6e36585837b69048c544e6d6b6 (patch)
tree5550abe681f2e23dacc0f4ae39e74a1f552608c1 /MLKForm.h
parent0c789f22fae8c0d318a189e8b8b73f5e5ef81976 (diff)
Promote special operators SET and %FSET to intrinsics.
Diffstat (limited to 'MLKForm.h')
-rw-r--r--MLKForm.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/MLKForm.h b/MLKForm.h
index ac08241..bf7c41b 100644
--- a/MLKForm.h
+++ b/MLKForm.h
@@ -282,22 +282,6 @@
@end
-@interface MLKSetForm : MLKCompoundForm
-{
- MLKForm *_variableForm;
- MLKForm *_valueForm;
-}
-@end
-
-
-@interface MLKFSetForm : MLKCompoundForm
-{
- MLKForm *_functionNameForm;
- MLKForm *_valueForm;
-}
-@end
-
-
@interface MLKThrowForm : MLKCompoundForm
{
MLKForm *_tagForm;