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

Commit

Permalink
Merge pull request #66 from IgniteInteractiveStudio/master
Browse files Browse the repository at this point in the history
Remove ctype
  • Loading branch information
andralex committed Sep 4, 2011
2 parents 42495b8 + 6c3f62a commit 21f0f02
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 21f0f02

Please sign in to comment.