Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Remove ctype: It sits in Phobos nowadays and is scheduled for depreca…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
XTZGZoReX committed Sep 4, 2011
1 parent 42495b8 commit 6c3f62a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 97 deletions.
2 changes: 0 additions & 2 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ MANIFEST= \
src/rt/typeinfo/ti_wchar.d \
\
src/rt/util/console.d \
src/rt/util/ctype.d \
src/rt/util/hash.d \
src/rt/util/string.d \
src/rt/util/utf.d
Expand Down Expand Up @@ -320,7 +319,6 @@ SRC_D_MODULES = \
rt/trace \
\
rt/util/console \
rt/util/ctype \
rt/util/hash \
rt/util/string \
rt/util/utf \
Expand Down
93 changes: 0 additions & 93 deletions src/rt/util/ctype.d

This file was deleted.

2 changes: 0 additions & 2 deletions win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ MANIFEST= \
src\rt\typeinfo\ti_wchar.d \
\
src\rt\util\console.d \
src\rt\util\ctype.d \
src\rt\util\hash.d \
src\rt\util\string.d \
src\rt\util\utf.d
Expand Down Expand Up @@ -299,7 +298,6 @@ SRCS= \
src\rt\trace.d \
\
src\rt\util\console.d \
src\rt\util\ctype.d \
src\rt\util\hash.d \
src\rt\util\string.d \
src\rt\util\utf.d \
Expand Down

0 comments on commit 6c3f62a

Please sign in to comment.