From 95cc3456e8948fa042a6f6c78cfad024c7807d9a Mon Sep 17 00:00:00 2001 From: Hafiz Abid Qadeer Date: Fri, 16 Dec 2016 14:44:34 +0000 Subject: [PATCH] Remove an unused type declaration. llvm-svn: 289947 --- lldb/tools/lldb-mi/Platform.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lldb/tools/lldb-mi/Platform.h b/lldb/tools/lldb-mi/Platform.h index ed937aed4bed..1b6ff5549925 100644 --- a/lldb/tools/lldb-mi/Platform.h +++ b/lldb/tools/lldb-mi/Platform.h @@ -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; };