summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2015-07-23 09:04:56 +0000
committerBruce Mitchener <bruce.mitchener@gmail.com>2015-07-23 09:04:56 +0000
commit5a95b0a043fda62f8ee2cbf8e09e61a7729a9af2 (patch)
treede07814dc00d8fac5918d1fd83edf413731a4949 /lldb/tools/lldb-mi/MIUtilSingletonHelper.h
parentead6e0d4d0d571f9ec715ae81303d66b10d3102c (diff)
downloadbcm5719-llvm-5a95b0a043fda62f8ee2cbf8e09e61a7729a9af2.tar.gz
bcm5719-llvm-5a95b0a043fda62f8ee2cbf8e09e61a7729a9af2.zip
[lldb-mi] Remove unwanted comment blocks.
Summary: This removes Authors:, Gotchas:, Changes: and Copyright:. It leaves a couple of Gotcha: blocks that were not empty. Reviewers: abidh, ki.stfu, domipheus Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D11452 llvm-svn: 242996
Diffstat (limited to 'lldb/tools/lldb-mi/MIUtilSingletonHelper.h')
-rw-r--r--lldb/tools/lldb-mi/MIUtilSingletonHelper.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/tools/lldb-mi/MIUtilSingletonHelper.h b/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
index 19cc3a92e82..2b9f4c41665 100644
--- a/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
+++ b/lldb/tools/lldb-mi/MIUtilSingletonHelper.h
@@ -6,9 +6,6 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
-// Copyright: None.
-//--
#pragma once
@@ -29,8 +26,6 @@ namespace MI
// vwrErrMsg - (W) MI driver module initialise error description on failure.
// Return: MIstatus::success - Functional succeeded.
// MIstatus::failure - Functional failed.
-// Authors: Aidan Dodds 17/03/2014.
-// Changes: None.
//--
template <typename T>
bool
@@ -58,8 +53,6 @@ ModuleInit(const MIint vErrorResrcId, bool &vwrbOk, CMIUtilString &vwrErrMsg)
// failure.
// Return: True - Module shutdown succeeded.
// False - Module shutdown failed.
-// Authors: Aidan Dodds 17/03/2014.
-// Changes: None.
//--
template <typename T>
bool
OpenPOWER on IntegriCloud