From ef4536c38968517405a4429bacf5be0add0ea99e Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 23 Mar 2017 09:52:26 +0000 Subject: Fix warnings from clang build on macOS. Reviewers: lldb-commits Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D31279 llvm-svn: 298585 --- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp') diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp index 6271499facd..66c1b15ff85 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp @@ -771,7 +771,6 @@ GDBRemoteCommunicationServerCommon::Handle_vFile_MD5( std::string path; packet.GetHexByteString(path); if (!path.empty()) { - uint64_t a, b; StreamGDBRemote response; auto Result = llvm::sys::fs::md5_contents(path); if (!Result) { -- cgit v1.2.3