We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec576a commit 33359b2Copy full SHA for 33359b2
src/hw-cbmc/map_vars.cpp
@@ -680,8 +680,7 @@ void map_varst::map_vars(const irep_idt &top_module)
680
Forall_symbols(it, symbol_table.symbols)
681
{
682
if(it->second.mode==ID_C ||
683
- it->second.mode==ID_cpp ||
684
- it->second.mode==ID_SpecC)
+ it->second.mode==ID_cpp)
685
686
const irep_idt &base_name=it->second.base_name;
687
@@ -731,8 +730,7 @@ void map_varst::map_vars(const irep_idt &top_module)
731
730
732
733
734
735
736
737
738
0 commit comments