mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-03 16:29:25 +02:00
Fix problem when compiling with valgrind support
This commit is contained in:
@@ -593,13 +593,6 @@ vvp_fun_signal_string_sa::vvp_fun_signal_string_sa()
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef CHECK_WITH_VALGRIND
|
||||
void vvp_fun_signal_string_aa::free_instance(vvp_context_t)
|
||||
{
|
||||
assert(0);
|
||||
}
|
||||
#endif
|
||||
|
||||
void vvp_fun_signal_string_sa::recv_string(vvp_net_ptr_t ptr, const std::string&bit,
|
||||
vvp_context_t)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user