Remove redundant initialization. NFC

Post-commit review of r301940 by David Blaikie.

llvm-svn: 302756
This commit is contained in:
Paul Robinson 2017-05-11 02:07:08 +00:00
parent 9226279daa
commit a1f97d7c38
1 changed files with 1 additions and 1 deletions

View File

@ -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;