forked from OSchip/llvm-project
Remove redundant initialization. NFC
Post-commit review of r301940 by David Blaikie. llvm-svn: 302756
This commit is contained in:
parent
9226279daa
commit
a1f97d7c38
|
@ -30,7 +30,7 @@ public:
|
|||
struct FileNameEntry {
|
||||
FileNameEntry() = default;
|
||||
|
||||
StringRef Name = StringRef();
|
||||
StringRef Name;
|
||||
uint64_t DirIdx = 0;
|
||||
uint64_t ModTime = 0;
|
||||
uint64_t Length = 0;
|
||||
|
|
Loading…
Reference in New Issue