Remove some unneeded PerfSamples.

This commit is contained in:
RoosterDragon
2015-12-23 20:19:22 +00:00
parent 387d0d0e3f
commit 6d02d5ebaa
2 changed files with 4 additions and 14 deletions

View File

@@ -14,7 +14,6 @@ using System.IO;
using System.Net.Sockets;
using System.Threading;
using OpenRA.Server;
using OpenRA.Support;
namespace OpenRA.Network
{
@@ -212,12 +211,6 @@ namespace OpenRA.Network
if (socket != null)
socket.Client.Close();
using (new PerfSample("Thread.Join"))
{
if (!t.Join(1000))
return;
}
base.Dispose(disposing);
}