Skip to content

Commit a20377c

Browse files
Various cleaning.
1 parent 8dd97f6 commit a20377c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

base/operators.jl

-5
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ const ⩶ = ===
302302

303303
"""
304304
!==(x, y)
305-
!⩵(x, y)
306-
!⩶(x, y)
307305
≢(x, y)
308306
309307
Always gives the opposite answer as [`===`](@ref).
@@ -320,8 +318,6 @@ false
320318
```
321319
"""
322320
!==(@nospecialize(x), @nospecialize(y)) = !(x === y)
323-
!(@nospecialize(x), @nospecialize(y)) = !(x === y)
324-
!(@nospecialize(x), @nospecialize(y)) = !(x === y)
325321
const = !==
326322

327323
"""
@@ -536,7 +532,6 @@ identity(@nospecialize x) = x
536532
(|)(x::Integer) = x
537533
xor(x::Integer) = x
538534

539-
const = -
540535
const = xor
541536
const = nand
542537
const = nor

0 commit comments

Comments
 (0)