forked from OSchip/llvm-project
[CodeComplete] Delete unused variable in rC342449
llvm-svn: 347508
This commit is contained in:
parent
050229df09
commit
0b9d1b7433
|
@ -8214,7 +8214,6 @@ void Sema::CodeCompleteIncludedFile(llvm::StringRef Dir, bool Angled) {
|
|||
// Helper: adds results relative to IncludeDir, if possible.
|
||||
auto AddFilesFromDirLookup = [&](const DirectoryLookup &IncludeDir,
|
||||
bool IsSystem) {
|
||||
llvm::SmallString<128> Dir;
|
||||
switch (IncludeDir.getLookupType()) {
|
||||
case DirectoryLookup::LT_HeaderMap:
|
||||
// header maps are not (currently) enumerable.
|
||||
|
|
Loading…
Reference in New Issue