Having another go at some simple cleanup from r237975/r237976
[oota-llvm.git] / include / llvm / DebugInfo / DIContext.h
index d8830da56b518cdf352cdf036fae088b9a264792..7be795f9a43669842ff80652781446b437b6cc99 100644 (file)
@@ -141,7 +141,7 @@ private:
 /// on the fly.
 class LoadedObjectInfo {
 public:
-  virtual ~LoadedObjectInfo() = default;
+  virtual ~LoadedObjectInfo() {}
 
   /// Obtain the Load Address of a section by Name.
   ///