Index: /trunk/include/iprt/ctype.h
===================================================================
--- /trunk/include/iprt/ctype.h	(revision 24024)
+++ /trunk/include/iprt/ctype.h	(revision 24025)
@@ -32,15 +32,4 @@
 
 #include <iprt/types.h>
-
-#if 0
-#ifdef IN_RING3
-# include <ctype.h>
-
-# if defined(_MSC_VER) && !defined(isblank)
-/* isblank for MSC */
-#  define isblank(ch)  ( (ch) == ' ' || (ch) == '\t' )
-# endif
-#endif /* IN_RING3 */
-#endif
 
 /** @name C locale predicates and conversions.
