Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
index 7d92a16507ef7a46e0594976a9103271d929dd71..67fe8d402dcc97d98f79c4e146f7d9d9be63fcd2 100644 (file)
@@ -162,18 +162,6 @@ namespace llvm {
     /// @param AbortReason - The reason assembly is terminated, if non-NULL.
     virtual void AbortAssembly(const char *AbortReason) = 0;
 
-    /// DumpSymbolsandMacros - Dump to the specified file in @param FileName all
-    /// symbols and macros at this point in the assembly.
-    ///
-    /// @param FileName - The file to dump the symbols and macros into.
-    virtual void DumpSymbolsandMacros(const char *FileName) = 0;
-
-    /// LoadSymbolsandMacros - Load from the specified file in @param FileName
-    /// symbols and macros into the assembler at this point in the assembly.
-    ///
-    /// @param FileName - The file to load the symbols and macros from.
-    virtual void LoadSymbolsandMacros(const char *FileName) = 0;
-
     /// @}
     /// @name Generating Data
     /// @{