[llvm] 711cdd4 - MCStreamer.h - remove unused llvm::MCCodePaddingContext forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 02:55:32 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-17T10:44:07+01:00
New Revision: 711cdd474f72c51dee3356ae227dd2884fe41983

URL: https://github.com/llvm/llvm-project/commit/711cdd474f72c51dee3356ae227dd2884fe41983
DIFF: https://github.com/llvm/llvm-project/commit/711cdd474f72c51dee3356ae227dd2884fe41983.diff

LOG: MCStreamer.h - remove unused llvm::MCCodePaddingContext forward declaration. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/MC/MCStreamer.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/MC/MCStreamer.h b/llvm/include/llvm/MC/MCStreamer.h
index 4a34e1497ccf..78ad95c1de26 100644
--- a/llvm/include/llvm/MC/MCStreamer.h
+++ b/llvm/include/llvm/MC/MCStreamer.h
@@ -40,7 +40,6 @@ class AssemblerConstantPools;
 class formatted_raw_ostream;
 class MCAsmBackend;
 class MCCodeEmitter;
-struct MCCodePaddingContext;
 class MCContext;
 struct MCDwarfFrameInfo;
 class MCExpr;


        


More information about the llvm-commits mailing list