diff options
| author | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2016-12-16 14:44:34 +0000 |
|---|---|---|
| committer | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2016-12-16 14:44:34 +0000 |
| commit | 95cc3456e8948fa042a6f6c78cfad024c7807d9a (patch) | |
| tree | fbeb97fd90528cb38e4efac00db7ba96a51050e9 | |
| parent | 9519bd9232858edcfc294cd93a52516afd07144e (diff) | |
| download | bcm5719-llvm-95cc3456e8948fa042a6f6c78cfad024c7807d9a.tar.gz bcm5719-llvm-95cc3456e8948fa042a6f6c78cfad024c7807d9a.zip | |
Remove an unused type declaration.
llvm-svn: 289947
| -rw-r--r-- | lldb/tools/lldb-mi/Platform.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/tools/lldb-mi/Platform.h b/lldb/tools/lldb-mi/Platform.h index ed937aed4be..1b6ff554992 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; }; |

