Remove dead branch.

This commit is contained in:
Vassil Vassilev 2014-03-24 12:27:52 +01:00 committed by sftnight
parent 80a0e1e56e
commit 2c9fe16a56

View File

@ -142,11 +142,6 @@ namespace cling {
// case 2.1):
// copyArray(src, placement, size)
if (lastExprTy->isVoidType()) {
// do nothing;
return;
}
if (!m_gClingVD)
FindAndCacheRuntimeDecls();