diff --git a/src/script_opt/CPP/InitsInfo.cc b/src/script_opt/CPP/InitsInfo.cc index 4eb670de37..eab425d658 100644 --- a/src/script_opt/CPP/InitsInfo.cc +++ b/src/script_opt/CPP/InitsInfo.cc @@ -126,9 +126,6 @@ void CPP_BasicConstInitsInfo::BuildCohortElement(CPPCompile* c, string init_type string CPP_InitInfo::ValElem(CPPCompile* c, ValPtr v) { - string init_type; - string init_args; - if ( v ) { int consts_offset; @@ -246,8 +243,6 @@ void FuncConstInfo::InitializerVals(std::vector& ivs) const ivs.emplace_back(Fmt(type)); ivs.emplace_back(Fmt(c->TrackString(fn))); - string hashes; - if ( ! c->NotFullyCompilable(fn) ) { const auto& bodies = f->GetBodies();