Skip to content

Commit 909bf38

Browse files
authored
[clang-tidy][NFC] remove unused field in UnusedUsingDeclsCheck (#123451)
1 parent 6628b59 commit 909bf38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class UnusedUsingDeclsCheck : public ClangTidyCheck {
5151
std::vector<UsingDeclContext> Contexts;
5252
llvm::SmallPtrSet<const Decl *, 32> UsingTargetDeclsCache;
5353

54-
StringRef RawStringHeaderFileExtensions;
5554
FileExtensionsSet HeaderFileExtensions;
5655
};
5756

0 commit comments

Comments
 (0)