Ver Fonte

Remove redundant check

nxrighthere há 7 anos atrás
pai
commit
d262bda3da
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      Source/Managed/ENet.cs

+ 0 - 2
Source/Managed/ENet.cs

@@ -246,8 +246,6 @@ namespace ENet {
 			if (destination == null)
 				throw new ArgumentNullException("destination");
 
-			CheckCreated();
-
 			Marshal.Copy(Data, destination, 0, Length);
 		}
 	}