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; }; _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits