From: David Blaikie Date: Thu, 4 Jun 2015 20:23:13 +0000 (+0000) Subject: Having another go at some simple cleanup from r237975/r237976 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=711ff5004a6484fff6f677d776782717064873f4 Having another go at some simple cleanup from r237975/r237976 I made a few changes here in a couple of commits - breaking them out into smaller ones in case I hit the GCC oddities again. I'm still not /entirely/ sure what the issues were, so apologies if any of these experiments break things again. Feel free to revert immediately. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239083 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h index dddc7faa73e..7be795f9a43 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -141,7 +141,6 @@ private: /// on the fly. class LoadedObjectInfo { public: - LoadedObjectInfo() {} virtual ~LoadedObjectInfo() {} /// Obtain the Load Address of a section by Name.