Removed unused variable

This commit is contained in:
Philippe Canal 2013-08-25 17:45:00 -05:00 committed by sftnight
parent 467cb93b3e
commit 0fb9bb08f7

View File

@ -1109,8 +1109,6 @@ namespace cling {
if (Res.isUsable()) {
Expr* expr = Res.release();
GivenArgs.push_back(expr);
QualType QT = expr->getType().getCanonicalType();
QualType NonRefQT(QT.getNonReferenceType());
if (first_time) {
first_time = false;
}