Skip to content

Commit e0041bd

Browse files
committed
Remove unused function
The function has no user and no documentation, it's purpose is not entirely obvious, the named parameter was not used -- a lot of code smell overall.
1 parent 9307f03 commit e0041bd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/util/symbol_table_base.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,6 @@ class symbol_table_baset
180180
{
181181
return &**this;
182182
}
183-
184-
symbolt &get_writeable_symbol(const irep_idt &identifier)
185-
{
186-
if(on_get_writeable)
187-
on_get_writeable((*this)->first);
188-
return it->second;
189-
}
190183
};
191184

192185
virtual iteratort begin() = 0;

0 commit comments

Comments
 (0)