mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Remove redundant explicit default initialization of non-trivially constructed member.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207357 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a6bd31d24
commit
35d4ad33f6
@ -183,7 +183,7 @@ private:
|
||||
struct DataArray {
|
||||
MCSymbol *StrSym;
|
||||
std::vector<HashDataContents *> Values;
|
||||
DataArray() : StrSym(nullptr), Values() {}
|
||||
DataArray() : StrSym(nullptr) {}
|
||||
};
|
||||
friend struct HashData;
|
||||
struct HashData {
|
||||
|
Loading…
x
Reference in New Issue
Block a user