Remove unused argument.
[oota-llvm.git] / lib / Target / SystemZ / MCTargetDesc / SystemZMCAsmInfo.h
index bac1bca38128384e964fdc4d563cbb60adff2a72..d440787de54805c26e478106367741bc40e70bda 100644 (file)
 #include "llvm/Support/Compiler.h"
 
 namespace llvm {
-class Target;
 class StringRef;
 
 class SystemZMCAsmInfo : public MCAsmInfo {
 public:
-  explicit SystemZMCAsmInfo(const Target &T, StringRef TT);
+  explicit SystemZMCAsmInfo(StringRef TT);
 
   // Override MCAsmInfo;
   virtual const MCSection *getNonexecutableStackSection(MCContext &Ctx) const