summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorDávid Bolvanský <david.bolvansky@gmail.com>2019-11-23 23:33:22 +0100
committerDávid Bolvanský <david.bolvansky@gmail.com>2019-11-23 23:33:22 +0100
commitbc2b380c0d39109a2c8ffea57dadcbbc885eb847 (patch)
tree11e35e1ca32484771d1a203c06e84ff0734cf60d /llvm/lib/DebugInfo
parent745b6deaccf85cbaf9384433ca35798b0ae67df1 (diff)
downloadbcm5719-llvm-bc2b380c0d39109a2c8ffea57dadcbbc885eb847.tar.gz
bcm5719-llvm-bc2b380c0d39109a2c8ffea57dadcbbc885eb847.zip
[pdbutil] Fixed -Wdeprecated-copy in DbiModuleDescriptor
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r--llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp b/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
index fe9f9ce5805..9755f2ca3bd 100644
--- a/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
+++ b/llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
@@ -18,11 +18,6 @@ using namespace llvm;
using namespace llvm::pdb;
using namespace llvm::support;
-DbiModuleDescriptor::DbiModuleDescriptor() = default;
-
-DbiModuleDescriptor::DbiModuleDescriptor(const DbiModuleDescriptor &Info) =
- default;
-
Error DbiModuleDescriptor::initialize(BinaryStreamRef Stream,
DbiModuleDescriptor &Info) {
BinaryStreamReader Reader(Stream);
OpenPOWER on IntegriCloud