Skip to content

Commit

Permalink
[clang-tidy][NFC] remove unused field in UnusedUsingDeclsCheck (#123451)
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrCai0907 authored Jan 18, 2025
1 parent 6628b59 commit 909bf38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class UnusedUsingDeclsCheck : public ClangTidyCheck {
std::vector<UsingDeclContext> Contexts;
llvm::SmallPtrSet<const Decl *, 32> UsingTargetDeclsCache;

StringRef RawStringHeaderFileExtensions;
FileExtensionsSet HeaderFileExtensions;
};

Expand Down

0 comments on commit 909bf38

Please sign in to comment.