From 586277fa622e2902894caf2ec60eaa97ea3719f8 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sun, 26 Apr 2020 22:16:29 +0100 Subject: [PATCH] [opt] NewPMDriver.h - remove unused LLVMContext forward declaration. NFC. --- llvm/tools/opt/NewPMDriver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/tools/opt/NewPMDriver.h b/llvm/tools/opt/NewPMDriver.h index 8b5dc3d..707522c 100644 --- a/llvm/tools/opt/NewPMDriver.h +++ b/llvm/tools/opt/NewPMDriver.h @@ -22,7 +22,6 @@ namespace llvm { class StringRef; -class LLVMContext; class Module; class TargetMachine; class ToolOutputFile; -- 2.7.4