aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/php/runtime.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/php/runtime.jvm.lux')
-rw-r--r--new-luxc/source/luxc/lang/translation/php/runtime.jvm.lux16
1 files changed, 0 insertions, 16 deletions
diff --git a/new-luxc/source/luxc/lang/translation/php/runtime.jvm.lux b/new-luxc/source/luxc/lang/translation/php/runtime.jvm.lux
index d4c14b473..c57bc3d80 100644
--- a/new-luxc/source/luxc/lang/translation/php/runtime.jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/php/runtime.jvm.lux
@@ -299,21 +299,6 @@
## @@array//get
## @@array//put))
-## (def: #export atom//field Text "_lux_atom")
-
-## (runtime: (atom//compare-and-swap atom old new)
-## (let [atom//field (_.string atom//field)]
-## (_.if! (_.= old (_.nth atom//field atom))
-## ($_ _.then!
-## (_.set-nth! atom//field new atom)
-## (_.return! (_.bool #1)))
-## (_.return! (_.bool #0)))))
-
-## (def: runtime//atom
-## Runtime
-## ($_ _.then!
-## @@atom//compare-and-swap))
-
## (runtime: (process//future procedure)
## ($_ _.then!
## (_.import! "threading")
@@ -356,7 +341,6 @@
## runtime//bit
## runtime//text
## runtime//array
- ## runtime//atom
## runtime//io
## runtime//process
))