mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
remove redundant qualification
Swift SVN r907
This commit is contained in:
@@ -172,7 +172,7 @@ void TUModuleCache::lookupValue(AccessPathTy AccessPath, Identifier Name,
|
||||
|
||||
namespace {
|
||||
class TUExtensionCache {
|
||||
llvm::DenseMap<TypeBase*, llvm::TinyPtrVector<ExtensionDecl*>> Extensions;
|
||||
llvm::DenseMap<TypeBase*, TinyPtrVector<ExtensionDecl*>> Extensions;
|
||||
public:
|
||||
|
||||
TUExtensionCache(TranslationUnit &TU);
|
||||
|
||||
Reference in New Issue
Block a user