aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/python
diff options
context:
space:
mode:
authorEduardo Julian2018-07-03 23:36:21 -0400
committerEduardo Julian2018-07-03 23:36:21 -0400
commit38ce556c6e3d21acdf53d6f8e9cfd80903360c8c (patch)
tree05edd3f11703a893e2ecc47f652b099a92819712 /new-luxc/source/luxc/lang/translation/python
parentc98640ca0d39ed2934dbf6d2bb2d5b9987441395 (diff)
- Improved abstract types.
- Got rid of "lux noop" translations.
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/python')
-rw-r--r--new-luxc/source/luxc/lang/translation/python/procedure/common.jvm.lux5
1 files changed, 0 insertions, 5 deletions
diff --git a/new-luxc/source/luxc/lang/translation/python/procedure/common.jvm.lux b/new-luxc/source/luxc/lang/translation/python/procedure/common.jvm.lux
index a83a897d1..f63371bd1 100644
--- a/new-luxc/source/luxc/lang/translation/python/procedure/common.jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/python/procedure/common.jvm.lux
@@ -109,10 +109,6 @@
Unary
(runtimeT.lux//try riskyO))
-(def: (lux//noop valueO)
- Unary
- valueO)
-
(exception: #export (Wrong-Syntax {message Text})
message)
@@ -142,7 +138,6 @@
(def: lux-procs
Bundle
(|> (dict.new text.Hash<Text>)
- (install "noop" (unary lux//noop))
(install "is" (binary lux//is))
(install "try" (unary lux//try))
(install "if" (trinary lux//if))