Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaLang/julia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bef7f9eb19c7a686b13794371e85a17a0180b840
Choose a base ref
..
head repository: JuliaLang/julia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9ff8ca076b7f0e920f2a145b9b2bbc3d970ae921
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 base/bitarray.jl
2 changes: 0 additions & 2 deletions base/bitarray.jl
Original file line number Diff line number Diff line change
@@ -1101,8 +1101,6 @@ function broadcast(::typeof(!), B::BitArray)
return C
end



"""
flipbits!(B::BitArray{N}) -> BitArray{N}