update for HEAD-2003091401
[reactos.git] / lib / crtdll / ctype / toascii.c
diff --git a/lib/crtdll/ctype/toascii.c b/lib/crtdll/ctype/toascii.c
deleted file mode 100644 (file)
index f26d5af..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
-
-#include <msvcrt/ctype.h>
-
-
-int __toascii(int c)
-{
-    return((unsigned)(c) & 0x7F);
-}