Fix unused param warning.
authorEric Christopher <echristo@apple.com>
Mon, 21 Mar 2011 18:06:32 +0000 (18:06 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 21 Mar 2011 18:06:32 +0000 (18:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128005 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetMachine.h

index 7dd5c4ef15932e83e946176d0cb916ae15cd5fe3..d2fe1d3c5f74c75803ad5cb584895d612e597344 100644 (file)
@@ -268,7 +268,7 @@ public:
   ///
   virtual bool addPassesToEmitMC(PassManagerBase &,
                                  MCContext *&,
   ///
   virtual bool addPassesToEmitMC(PassManagerBase &,
                                  MCContext *&,
-                                 raw_ostream &OS,
+                                 raw_ostream &,
                                  CodeGenOpt::Level,
                                  bool = true) {
     return true;
                                  CodeGenOpt::Level,
                                  bool = true) {
     return true;