Remove unused field

[ROCm/clr commit: 9eeac22359]
This commit is contained in:
Chris Kitching
2017-10-23 17:11:51 +01:00
والد 3d0f71e803
کامیت 43b9ce8b56
@@ -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; }