Add SourceMgr to MCContext for backend diagnostics.
[oota-llvm.git] / include / llvm / MC / MCObjectWriter.h
index 9bd565f06d196d0b1d2714642d746fa02c09b06b..f6a566a8f71b9c0d09eb595baf2c83d335d2bf28 100644 (file)
@@ -192,8 +192,6 @@ public:
                             unsigned Padding = 0);
 };
 
-MCObjectWriter *createWinCOFFObjectWriter(raw_ostream &OS, bool is64Bit);
-
 } // End llvm namespace
 
 #endif