aboutsummaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MIUtilSingletonHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-mi/MIUtilSingletonHelper.h')
-rw-r--r--tools/lldb-mi/MIUtilSingletonHelper.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/lldb-mi/MIUtilSingletonHelper.h b/tools/lldb-mi/MIUtilSingletonHelper.h
index a06a74296d03..5bd879e1aa9f 100644
--- a/tools/lldb-mi/MIUtilSingletonHelper.h
+++ b/tools/lldb-mi/MIUtilSingletonHelper.h
@@ -6,18 +6,6 @@
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-
-//++
-// File: MIUtilSingletonHelper.h
-//
-// Overview: Contains template functions to aid the initialisation and
-// shutdown of MI modules. MI modules (or components) can
-// use other MI modules to help them achieve their one task
-// (Modules only do one task).
-//
-// Environment: Compilers: Visual C++ 12.
-// gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
-// Libraries: See MIReadmetxt.
//
// Copyright: None.
//--