Remove empty constructor.
authorEric Christopher <echristo@gmail.com>
Mon, 12 Aug 2013 23:59:18 +0000 (23:59 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 12 Aug 2013 23:59:18 +0000 (23:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188232 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DIEHash.h

index b9f811c91af48392d29b2a04b01a7afa161d8bff..27e3c576318f8cfa3752818bdcbba8f98fdfc1e7 100644 (file)
@@ -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);