Remove empty non-virtual destructors or mark them =default when non-public
[oota-llvm.git] / include / llvm / MC / ConstantPools.h
index 1fc0332f63c296a7e1b4d0faea2a713599e943ea..ee7022bf17827b1c3a6547c7124198516be45129 100644 (file)
@@ -77,9 +77,6 @@ class AssemblerConstantPools {
   ConstantPoolMapTy ConstantPools;
 
 public:
-  AssemblerConstantPools() {}
-  ~AssemblerConstantPools() {}
-
   void emitAll(MCStreamer &Streamer);
   void emitForCurrentSection(MCStreamer &Streamer);
   const MCExpr *addEntry(MCStreamer &Streamer, const MCExpr *Expr,