summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-11-28 14:07:44 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-11-28 14:11:35 +0100
commit42c857aa4783824183d55e8a6ede488d69349806 (patch)
tree2d6d07a361828accc7cf40d908e56f86cde76d04 /lldb
parenta54ef8af89c78f7296bea6ffabb7728ef563bec1 (diff)
downloadbcm5719-llvm-42c857aa4783824183d55e8a6ede488d69349806.tar.gz
bcm5719-llvm-42c857aa4783824183d55e8a6ede488d69349806.zip
[lldb][NFC] Remove unused STLUtil include and STLUtil.h header
Diffstat (limited to 'lldb')
-rw-r--r--lldb/include/lldb/Core/STLUtils.h26
-rw-r--r--lldb/include/lldb/Interpreter/CommandReturnObject.h1
2 files changed, 0 insertions, 27 deletions
diff --git a/lldb/include/lldb/Core/STLUtils.h b/lldb/include/lldb/Core/STLUtils.h
deleted file mode 100644
index f9500aa5594..00000000000
--- a/lldb/include/lldb/Core/STLUtils.h
+++ /dev/null
@@ -1,26 +0,0 @@
-//===-- STLUtils.h ----------------------------------------------*- C++ -*-===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef liblldb_STLUtils_h_
-#define liblldb_STLUtils_h_
-
-#include <string.h>
-
-#include <map>
-#include <ostream>
-#include <vector>
-
-
-// C string less than compare function object
-struct CStringCompareFunctionObject {
- bool operator()(const char *s1, const char *s2) const {
- return strcmp(s1, s2) < 0;
- }
-};
-
-#endif // liblldb_STLUtils_h_
diff --git a/lldb/include/lldb/Interpreter/CommandReturnObject.h b/lldb/include/lldb/Interpreter/CommandReturnObject.h
index 61e57fb798a..8af76e07e5a 100644
--- a/lldb/include/lldb/Interpreter/CommandReturnObject.h
+++ b/lldb/include/lldb/Interpreter/CommandReturnObject.h
@@ -9,7 +9,6 @@
#ifndef liblldb_CommandReturnObject_h_
#define liblldb_CommandReturnObject_h_
-#include "lldb/Core/STLUtils.h"
#include "lldb/Core/StreamFile.h"
#include "lldb/Utility/StreamString.h"
#include "lldb/Utility/StreamTee.h"
OpenPOWER on IntegriCloud