aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Scalar/SymbolStripping.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Transforms/Scalar/SymbolStripping.h')
-rw-r--r--include/llvm/Transforms/Scalar/SymbolStripping.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/llvm/Transforms/Scalar/SymbolStripping.h b/include/llvm/Transforms/Scalar/SymbolStripping.h
deleted file mode 100644
index f9b7c60..0000000
--- a/include/llvm/Transforms/Scalar/SymbolStripping.h
+++ /dev/null
@@ -1,16 +0,0 @@
-//===-- SymbolStripping.h - Functions that Strip Symbol Tables ---*- C++ -*--=//
-//
-// This family of functions removes symbols from the symbol tables of methods
-// and classes.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_TRANSFORMS_SYMBOL_STRIPPING_H
-#define LLVM_TRANSFORMS_SYMBOL_STRIPPING_H
-
-class Pass;
-
-Pass *createSymbolStrippingPass();
-Pass *createFullSymbolStrippingPass();
-
-#endif