Fix build breakage.

llvm-svn: 310112
This commit is contained in:
Zachary Turner 2017-08-04 20:07:08 +00:00
parent d7d98aa49f
commit 4f588a93bf
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ public:
P[PDBAbsPath.size()] = '\0';
}
private:
SmallString<128> PDBAbsPath;
mutable codeview::DebugInfo *DI = nullptr;
};