Skip to content

Commit 33359b2

Browse files
author
Daniel Kroening
committed
Kill SpecC
1 parent 7ec576a commit 33359b2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/hw-cbmc/map_vars.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,7 @@ void map_varst::map_vars(const irep_idt &top_module)
680680
Forall_symbols(it, symbol_table.symbols)
681681
{
682682
if(it->second.mode==ID_C ||
683-
it->second.mode==ID_cpp ||
684-
it->second.mode==ID_SpecC)
683+
it->second.mode==ID_cpp)
685684
{
686685
const irep_idt &base_name=it->second.base_name;
687686

@@ -731,8 +730,7 @@ void map_varst::map_vars(const irep_idt &top_module)
731730
Forall_symbols(it, symbol_table.symbols)
732731
{
733732
if(it->second.mode==ID_C ||
734-
it->second.mode==ID_cpp ||
735-
it->second.mode==ID_SpecC)
733+
it->second.mode==ID_cpp)
736734
{
737735
const irep_idt &base_name=it->second.base_name;
738736

0 commit comments

Comments
 (0)