Skip to content

Commit 2d1ff35

Browse files
Removing of × alias.
1 parent e1f4e4a commit 2d1ff35

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

base/exports.jl

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ export
180180
÷,
181181
&,
182182
*,
183-
×,
184183
+,
185184
-,
186185
,

base/operators.jl

-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,6 @@ identity(x) = x
608608
xor(x::Integer) = x
609609

610610
const = -
611-
const × = *
612611
const = xor
613612
const = nand
614613
const = nor

0 commit comments

Comments
 (0)