1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 23:26:32 +09:00

Removed dead code, thanks to fantix.king

This commit is contained in:
lidgren
2013-01-18 19:24:14 +00:00
parent e685d2457c
commit 8ff63466d0

View File

@@ -72,8 +72,6 @@ namespace Lidgren.Network
static NetBuffer()
{
Type[] integralTypes = typeof(Byte).Assembly.GetTypes();
s_readMethods = new Dictionary<Type, MethodInfo>();
MethodInfo[] methods = typeof(NetIncomingMessage).GetMethods(BindingFlags.Instance | BindingFlags.Public);
foreach (MethodInfo mi in methods)