aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Utility/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Utility/Utils.h')
-rw-r--r--include/lldb/Utility/Utils.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/lldb/Utility/Utils.h b/include/lldb/Utility/Utils.h
deleted file mode 100644
index 46bc1847c0b7..000000000000
--- a/include/lldb/Utility/Utils.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//===-- Utils.h -------------------------------------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef utility_Utils_h_
-#define utility_Utils_h_
-
-// These utilities have llvm namespace.
-#include "llvm/ADT/STLExtras.h"
-
-namespace lldb_private {
-
-// Add lldb utilities here.
-
-} // namespace lldb_private
-
-#endif // utility_Utils