Skip to content

Commit

Permalink
Moved multiq and synctreepool code into partr.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kpamnany committed Jul 21, 2017
1 parent 58cbb34 commit 00b84d2
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 443 deletions.
5 changes: 2 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ SRCS := \
jltypes gf typemap ast builtins module interpreter symbol \
dlload sys init task array dump staticdata toplevel jl_uv datatype \
simplevector APInt-C runtime_intrinsics runtime_ccall precompile \
threading forkjoin-ti partr multiq synctreepool \
stackwalk gc gc-debug gc-pages method jlapi signal-handling \
safepoint jloptions timing subtype rtutils crc32c
threading forkjoin-ti partr stackwalk gc gc-debug gc-pages method \
jlapi signal-handling safepoint jloptions timing subtype rtutils crc32c

ifeq ($(USEMSVC), 1)
SRCS += getopt
Expand Down
187 changes: 0 additions & 187 deletions src/multiq.c

This file was deleted.

Loading

0 comments on commit 00b84d2

Please sign in to comment.