summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2014-02-21 19:07:27 +0000
committerGreg Clayton <gclayton@apple.com>2014-02-21 19:07:27 +0000
commitb922aa9efc3ae660b127117ba3426d8aefd9d77d (patch)
treef0d9dd7ebb0828f9f609bdf53ca8c04cf18f9aae /lldb/source/Plugins/Platform
parent8fe3d4779dce7832b70deddbb480248937307c49 (diff)
downloadbcm5719-llvm-b922aa9efc3ae660b127117ba3426d8aefd9d77d.tar.gz
bcm5719-llvm-b922aa9efc3ae660b127117ba3426d8aefd9d77d.zip
Remove the packet speed lines that were "#if 0"'ed out.
llvm-svn: 201873
Diffstat (limited to 'lldb/source/Plugins/Platform')
-rw-r--r--lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp b/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
index ce5645ea74f..3832265638d 100644
--- a/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
+++ b/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
@@ -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
{
OpenPOWER on IntegriCloud