[lldb][NFC] Remove unused function

llvm-svn: 368904
This commit is contained in:
Jordan Rupprecht 2019-08-14 19:31:56 +00:00
parent f8be476f0c
commit 4ee1376dc6
1 changed files with 0 additions and 5 deletions

View File

@ -178,11 +178,6 @@ ParseLLVMLineTable(lldb_private::DWARFContext &context,
return *line_table;
}
static FileSpec::Style GuessPathStyleOrNative(llvm::StringRef p) {
llvm::Optional<FileSpec::Style> style = FileSpec::GuessPathStyle(p);
return style ? *style : FileSpec::Style::native;
}
static FileSpecList
ParseSupportFilesFromPrologue(const lldb::ModuleSP &module,
const llvm::DWARFDebugLine::Prologue &prologue,