mirror of
https://github.com/dlang/phobos.git
synced 2025-05-10 14:08:32 +03:00
remove unnecessary test in CharTypeOf
This commit is contained in:
parent
630d926250
commit
0f12dc4e9f
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue