File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class IncludeStructure::RecordHeaders : public PPCallbacks {
29
29
public:
30
30
RecordHeaders (const CompilerInstance &CI, IncludeStructure *Out)
31
31
: SM(CI.getSourceManager()),
32
- HeaderInfo (CI.getPreprocessor().getHeaderSearchInfo()), Out(Out) {}
32
+ Out (Out) {}
33
33
34
34
// Record existing #includes - both written and resolved paths. Only #includes
35
35
// in the main file are collected.
@@ -119,7 +119,6 @@ class IncludeStructure::RecordHeaders : public PPCallbacks {
119
119
bool inMainFile () const { return Level == 1 ; }
120
120
121
121
const SourceManager &SM;
122
- HeaderSearch &HeaderInfo;
123
122
// Set after entering the <built-in> file.
124
123
FileID BuiltinFile;
125
124
// Indicates whether <built-in> file is part of include stack.
You can’t perform that action at this time.
0 commit comments