Skip to content

Commit

Permalink
Merge pull request #1264 from jmdavis/ctype
Browse files Browse the repository at this point in the history
Remove deprecated std.ctype, std.cpuid, and std.perf.
  • Loading branch information
alexrp committed Apr 21, 2013
2 parents 8f700b8 + 3027745 commit c277c07
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 1,369 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Expand Up @@ -163,9 +163,9 @@ MAIN = $(ROOT)/emptymain.d
# Stuff in std/
STD_MODULES = $(addprefix std/, algorithm array ascii base64 bigint \
bitmanip compiler complex concurrency container conv \
cpuid cstream ctype csv datetime demangle encoding exception \
cstream csv datetime demangle encoding exception \
file format functional getopt json math mathspecial md5 \
metastrings mmfile numeric outbuffer parallelism path perf \
metastrings mmfile numeric outbuffer parallelism path \
process random range regex signals socket socketstream \
stdint stdio stdiobase stream string syserror system traits \
typecons typetuple uni uri utf uuid variant xml zip zlib)
Expand Down
207 changes: 0 additions & 207 deletions std/cpuid.d

This file was deleted.

0 comments on commit c277c07

Please sign in to comment.