remove unnecessary test in CharTypeOf

This commit is contained in:
monarchdodra 2013-09-20 09:31:05 +02:00
parent 630d926250
commit 0f12dc4e9f

View file

@ -4301,8 +4301,6 @@ template CharTypeOf(T)
immutable(ushort) idy( immutable(ushort) );
immutable( int) idy( immutable( int) );
immutable( uint) idy( immutable( uint) );
immutable( long) idy( immutable( long) );
immutable( ulong) idy( immutable( ulong) );
static if (is(T == enum))
alias .CharTypeOf!(OriginalType!T) CharTypeOf;