Fix unused variable warning.

This commit is contained in:
Frederich Munch 2017-02-02 12:44:49 -05:00 committed by sftnight
parent a91b83632e
commit c86fa34e94

View File

@ -324,7 +324,7 @@ namespace cling {
m_Executor->shuttingDown();
if (CompilerInstance* CI = getCIOrNull())
getCI()->getDiagnostics().getClient()->EndSourceFile();
CI->getDiagnostics().getClient()->EndSourceFile();
// LookupHelper's ~Parser needs the PP from IncrParser's CI, so do this
// first: