From acd3e09231024aa54e10c0aeee25f60471c12384 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 4 Oct 2018 22:16:39 +0000 Subject: [PATCH] [llvm-mca] Remove unused/stale forward decl. NFC. llvm-svn: 343823 --- llvm/tools/llvm-mca/include/InstrBuilder.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/tools/llvm-mca/include/InstrBuilder.h b/llvm/tools/llvm-mca/include/InstrBuilder.h index e318092..ff7fb52 100644 --- a/llvm/tools/llvm-mca/include/InstrBuilder.h +++ b/llvm/tools/llvm-mca/include/InstrBuilder.h @@ -26,8 +26,6 @@ namespace mca { -class DispatchUnit; - /// A builder class that knows how to construct Instruction objects. /// /// Every llvm-mca Instruction is described by an object of class InstrDesc. -- 2.7.4