Remove unused private field.

llvm-svn: 302069
This commit is contained in:
Zachary Turner
2017-05-03 19:42:06 +00:00
parent f475fa3575
commit 4f145b2a59
3 changed files with 4 additions and 6 deletions

View File

@@ -57,10 +57,9 @@ bool ModuleDebugInlineeLineFragmentRef::hasExtraFiles() const {
}
ModuleDebugInlineeLineFragment::ModuleDebugInlineeLineFragment(
ModuleDebugFileChecksumFragment &Checksums, StringTable &Strings,
bool HasExtraFiles)
ModuleDebugFileChecksumFragment &Checksums, bool HasExtraFiles)
: ModuleDebugFragment(ModuleDebugFragmentKind::InlineeLines),
Checksums(Checksums), Strings(Strings), HasExtraFiles(HasExtraFiles) {}
Checksums(Checksums), HasExtraFiles(HasExtraFiles) {}
uint32_t ModuleDebugInlineeLineFragment::calculateSerializedLength() {
// 4 bytes for the signature