aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Core/CxaDemangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Core/CxaDemangle.h')
-rw-r--r--include/lldb/Core/CxaDemangle.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/lldb/Core/CxaDemangle.h b/include/lldb/Core/CxaDemangle.h
deleted file mode 100644
index 0cd54fb36a32..000000000000
--- a/include/lldb/Core/CxaDemangle.h
+++ /dev/null
@@ -1,21 +0,0 @@
-//===-- CxaDemangle.h -------------------------------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef liblldb_CxaDemangle_h_
-#define liblldb_CxaDemangle_h_
-
-namespace lldb_private
-{
-
- char*
- __cxa_demangle(const char* mangled_name, char* buf, size_t* n, int* status);
-
-}
-
-#endif