This commit is contained in:
Vassil Vassilev 2014-02-19 15:10:40 +01:00 committed by sftnight
parent cbc74114a1
commit 1a59a8b87a

View File

@ -27,8 +27,7 @@ namespace cling {
m_UnresolvedCopyArray(0) { }
// pin the vtable here.
ValueExtractionSynthesizer::~ValueExtractionSynthesizer()
{ }
ValueExtractionSynthesizer::~ValueExtractionSynthesizer() { }
namespace {
class ReturnStmtCollector : public StmtVisitor<ReturnStmtCollector> {