From f76922dfef6e88db854a27dc17987ccdc9736d6a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 11 Jul 2018 21:45:38 -0400 Subject: - Removed stale machinery for "lux int min" and "lux int max". --- .../source/luxc/lang/translation/php/procedure/common.jvm.lux | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'new-luxc/source/luxc/lang/translation/php') diff --git a/new-luxc/source/luxc/lang/translation/php/procedure/common.jvm.lux b/new-luxc/source/luxc/lang/translation/php/procedure/common.jvm.lux index 8f11d98a3..3f9825737 100644 --- a/new-luxc/source/luxc/lang/translation/php/procedure/common.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/php/procedure/common.jvm.lux @@ -227,15 +227,6 @@ ## [frac//max Double::MAX_VALUE _.float] ## ) -(do-template [ ] - [(def: ( _) - Nullary - )] - - [int//min (|> (_.int -2) (_.** (_.int 63)))] - [int//max (|> (_.int 2) (_.** (_.int 63)) (_.- (_.int 1)))] - ) - (do-template [ ] [(def: ( [subjectO paramO]) Binary @@ -286,8 +277,6 @@ (install "%" (binary int//%)) (install "=" (binary int//=)) (install "<" (binary int//<)) - (install "min" (nullary int//min)) - (install "max" (nullary int//max)) (install "to-frac" (unary _.floatval/1))))) ## (def: frac-procs -- cgit v1.2.3