Remove the packet speed lines that were "#if 0"'ed out.

llvm-svn: 201873
This commit is contained in:
Greg Clayton 2014-02-21 19:07:27 +00:00
parent 8fe3d4779d
commit b922aa9efc
1 changed files with 0 additions and 3 deletions

View File

@ -265,9 +265,6 @@ PlatformRemoteGDBServer::ConnectRemote (Args& args)
// If a working directory was set prior to connecting, send it down now
if (m_working_dir)
m_gdb_client.SetWorkingDir(m_working_dir.GetCString());
#if 0
m_gdb_client.TestPacketSpeed(10000);
#endif
}
else
{