[Lldb-commits] [lldb] r289947 - Remove an unused type declaration.
Hafiz Abid Qadeer via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 16 06:44:35 PST 2016
Author: abidh
Date: Fri Dec 16 08:44:34 2016
New Revision: 289947
URL: http://llvm.org/viewvc/llvm-project?rev=289947&view=rev
Log:
Remove an unused type declaration.
Modified:
lldb/trunk/tools/lldb-mi/Platform.h
Modified: lldb/trunk/tools/lldb-mi/Platform.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/Platform.h?rev=289947&r1=289946&r2=289947&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/Platform.h (original)
+++ lldb/trunk/tools/lldb-mi/Platform.h Fri Dec 16 08:44:34 2016
@@ -18,12 +18,6 @@
#include "lldb/Host/HostGetOpt.h"
#include "lldb/Host/windows/windows.h"
-// This is not used by MI
-struct timeval {
- long tv_sec;
- long tv_usec;
-};
-
struct winsize {
long ws_col;
};
More information about the lldb-commits
mailing list