Remove unused field

This commit is contained in:
Chris Kitching
2017-10-23 17:11:51 +01:00
والد c6707ef33c
کامیت 0c09bdf523
@@ -422,7 +422,6 @@ public:
void EndOfMainFile() override {}
bool SeenEnd = false;
void setSourceManager(SourceManager *sm) { _sm = sm; }
void setPreprocessor(Preprocessor *pp) { _pp = pp; }
void setMatch(Cuda2HipCallback *match) { Match = match; }