Skip to content

Commit

Permalink
remove some unused files from coreimg.jl (#24280)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Oct 23, 2017
1 parent 0f498e7 commit 9874daa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ CORE_SRCS := $(addprefix $(JULIAHOME)/, \
base/inference.jl \
base/int.jl \
base/intset.jl \
base/nofloat_hashing.jl \
base/number.jl \
base/operators.jl \
base/options.jl \
Expand Down
3 changes: 0 additions & 3 deletions base/coreimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ include("indices.jl")
include("array.jl")
include("abstractarray.jl")

include("hashing.jl")
include("nofloat_hashing.jl")

# map-reduce operators
macro simd(forloop)
esc(forloop)
Expand Down
10 changes: 0 additions & 10 deletions base/nofloat_hashing.jl

This file was deleted.

0 comments on commit 9874daa

Please sign in to comment.