Simplify.

This commit is contained in:
Vassil Vassilev 2013-08-02 17:05:12 +02:00 committed by sftnight
parent fee4a226ba
commit aea73f5beb

View File

@ -270,8 +270,7 @@ namespace cling {
}
Interpreter::~Interpreter() {
DiagnosticConsumer& DClient = getCI()->getDiagnosticClient();
DClient.EndSourceFile();
getCI()->getDiagnostics().getClient()->EndSourceFile();
for (size_t I = 0, N = m_AtExitFuncs.size(); I < N; ++I) {
const CXAAtExitElement& AEE = m_AtExitFuncs[N - I - 1];