Skip to content

Commit 7a6c443

Browse files
committed
Fix some tests are very slow.
1 parent 04105b6 commit 7a6c443

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/MsgPack/Serialization/MessagePackSerializer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,10 @@ internal static MessagePackSerializer<T> CreateInternal<T>( SerializationContext
220220
#else
221221
switch ( context.EmitterFlavor )
222222
{
223-
#if !NETFX_35 && !NETFX_40 && !NETFX_CORE && !WINDOWS_PHONE && !SILVERLIGHT
224223
case EmitterFlavor.ReflectionBased:
225224
{
226225
return CreateReflectionInternal<T>( context );
227226
}
228-
#endif // !NETFX_35 && !NETFX_40 && !NETFX_CORE && !WINDOWS_PHONE && !SILVERLIGHT
229227
#if !WINDOWS_PHONE && !NETFX_35
230228
case EmitterFlavor.ExpressionBased:
231229
{

0 commit comments

Comments
 (0)