aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js/procedure/common.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/js/procedure/common.jvm.lux')
-rw-r--r--new-luxc/source/luxc/lang/translation/js/procedure/common.jvm.lux9
1 files changed, 0 insertions, 9 deletions
diff --git a/new-luxc/source/luxc/lang/translation/js/procedure/common.jvm.lux b/new-luxc/source/luxc/lang/translation/js/procedure/common.jvm.lux
index 05cd0137b..cdaa22eee 100644
--- a/new-luxc/source/luxc/lang/translation/js/procedure/common.jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/js/procedure/common.jvm.lux
@@ -186,10 +186,6 @@
(format arrayJS ".length"))
## [[Numbers]]
-(host.import: java/lang/Long
- (#static MIN_VALUE Long)
- (#static MAX_VALUE Long))
-
(host.import: java/lang/Double
(#static MIN_VALUE Double)
(#static MAX_VALUE Double))
@@ -199,9 +195,6 @@
Nullary
(<encode> <const>))]
- [int//min Long::MIN_VALUE runtimeT.int]
- [int//max Long::MAX_VALUE runtimeT.int]
-
[frac//smallest Double::MIN_VALUE runtimeT.frac]
[frac//min (f/* -1.0 Double::MAX_VALUE) runtimeT.frac]
[frac//max Double::MAX_VALUE runtimeT.frac]
@@ -417,8 +410,6 @@
(install "%" (binary int//rem))
(install "=" (binary int//=))
(install "<" (binary int//<))
- (install "min" (nullary int//min))
- (install "max" (nullary int//max))
(install "to-frac" (unary int//to-frac))
(install "char" (unary int//char)))))