diff options
author | Dávid Bolvanský <david.bolvansky@gmail.com> | 2019-11-23 23:33:22 +0100 |
---|---|---|
committer | Dávid Bolvanský <david.bolvansky@gmail.com> | 2019-11-23 23:33:22 +0100 |
commit | bc2b380c0d39109a2c8ffea57dadcbbc885eb847 (patch) | |
tree | 11e35e1ca32484771d1a203c06e84ff0734cf60d /llvm/lib/DebugInfo | |
parent | 745b6deaccf85cbaf9384433ca35798b0ae67df1 (diff) | |
download | bcm5719-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.cpp | 5 |
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); |