diff --git a/core/math/math.factor b/core/math/math.factor index 4444b6daf0..d1c8b801f0 100644 --- a/core/math/math.factor +++ b/core/math/math.factor @@ -62,8 +62,6 @@ GENERIC: (log2) ( x -- n ) foldable PRIVATE> -ERROR: out-of-fixnum-range n ; - ERROR: log2-expects-positive x ; : log2 ( x -- n )