From 11de8539cb5d4c5f33b39aabcd38d65b05c176a7 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 12 Aug 2013 23:59:18 +0000 Subject: [PATCH] Remove empty constructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188232 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DIEHash.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.11.0