Fix unused variable warning.
This commit is contained in:
parent
a91b83632e
commit
c86fa34e94
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user