Skip to content

Commit

Permalink
[NFC][TableGen] Delete unused class member (#113165)
Browse files Browse the repository at this point in the history
Delete unused class member in `SearchableTableEmitter` class.
  • Loading branch information
jurahul authored Oct 21, 2024
1 parent 28a2f57 commit 9de0566
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/utils/TableGen/SearchableTableEmitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ struct GenericTable {
class SearchableTableEmitter {
const RecordKeeper &Records;
std::unique_ptr<CodeGenTarget> Target;
std::unique_ptr<CodeGenIntrinsicMap> Intrinsics;
std::vector<std::unique_ptr<GenericEnum>> Enums;
DenseMap<const Record *, GenericEnum *> EnumMap;
std::set<std::string> PreprocessorGuards;
Expand Down

0 comments on commit 9de0566

Please sign in to comment.