From: Eric Christopher Date: Sat, 17 Jun 2017 02:25:51 +0000 (+0000) Subject: Remove unused forward declaration. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e14480de7fe9c347d919bea65c99e7885e1e2910;p=llvm Remove unused forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305627 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPC.h b/lib/Target/PowerPC/PPC.h index 38ae62b2675..07c9c1f9f84 100644 --- a/lib/Target/PowerPC/PPC.h +++ b/lib/Target/PowerPC/PPC.h @@ -24,7 +24,6 @@ namespace llvm { class PPCTargetMachine; class PassRegistry; class FunctionPass; - class ImmutablePass; class MachineInstr; class AsmPrinter; class MCInst;