forked from OSchip/llvm-project
Remove the packet speed lines that were "#if 0"'ed out.
llvm-svn: 201873
This commit is contained in:
parent
8fe3d4779d
commit
b922aa9efc
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue