implement .include in the lexer/parser instead of passing it into the streamer.
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
index 8daa2464821a0600271ee2a361e5c404a9178f59..b8f1b2659d8430f5e3dee79a0537b12e1adff5db 100644 (file)
@@ -160,12 +160,6 @@ namespace llvm {
     /// @param AbortReason - The reason assembly is terminated, if non-NULL.
     virtual void AbortAssembly(const char *AbortReason) = 0;
 
-    /// SwitchInputAssemblyFile - Assemble the contents of the specified file in
-    /// @param FileName at this point in the assembly.
-    ///
-    /// @param FileName - The file to assemble at this point
-    virtual void SwitchInputAssemblyFile(const char *FileName) = 0;
-
     /// DumpSymbolsandMacros - Dump to the specified file in @param FileName all
     /// symbols and macros at this point in the assembly.
     ///