diff options
| author | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2015-03-16 18:18:18 +0000 |
|---|---|---|
| committer | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2015-03-16 18:18:18 +0000 |
| commit | a40780e36c3d013f93e8540f6774a5a5e76ae52d (patch) | |
| tree | 2ebcb6100277cbcc67f4f8b0d7a4aa09e22a648b /lldb/tools/lldb-mi/MICmdCmdSupportInfo.h | |
| parent | 2e7596a27f3a0c3dd9b322a4b159bc27eb6743ce (diff) | |
| download | bcm5719-llvm-a40780e36c3d013f93e8540f6774a5a5e76ae52d.tar.gz bcm5719-llvm-a40780e36c3d013f93e8540f6774a5a5e76ae52d.zip | |
Remove redundant comments from lldb-mi source files.
Most of lldb-mi files have comments about environement, copyright etc which were neither needed nor uptodate.
This commit removes those comments.
llvm-svn: 232396
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdSupportInfo.h')
| -rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdSupportInfo.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h b/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h index b643d4af1aa..a8c22526484 100644 --- a/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h +++ b/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h @@ -7,9 +7,6 @@ // //===----------------------------------------------------------------------===// -//++ -// File: MICmdCmdSupportInfo.h -// // Overview: CMICmdCmdSupportInfoMiCmdQuery interface. // // To implement new MI commands derive a new command class from the command base @@ -20,13 +17,6 @@ // MICmdCmd.h / .cpp // For an introduction to adding a new command see CMICmdCmdSupportInfoMiCmdQuery // command class as an example. -// -// Environment: Compilers: Visual C++ 12. -// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1 -// Libraries: See MIReadmetxt. -// -// Copyright: None. -//-- #pragma once |

