From: Eric Christopher Date: Mon, 12 Aug 2013 23:59:18 +0000 (+0000) Subject: Remove empty constructor. X-Git-Tag: android-x86-6.0-r1~129^2~3134 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=11de8539cb5d4c5f33b39aabcd38d65b05c176a7;p=android-x86%2Fexternal-llvm.git Remove empty constructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188232 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DIEHash.h b/lib/CodeGen/AsmPrinter/DIEHash.h index b9f811c91af..27e3c576318 100644 --- a/lib/CodeGen/AsmPrinter/DIEHash.h +++ b/lib/CodeGen/AsmPrinter/DIEHash.h @@ -21,9 +21,6 @@ class CompileUnit; /// attributes onto a DIE. class DIEHash { public: - /// \brief Initializes. The hash is default initialized. - DIEHash() {} - /// \brief Computes the ODR signature uint64_t computeDIEODRSignature(DIE *Die);