removes gen_wait as wait can be called like any other extern function

This commit is contained in:
2024-08-14 15:25:06 +02:00
parent efc11d87a5
commit 0f15032210
2 changed files with 4 additions and 3 deletions

View File

@ -90,7 +90,6 @@ protected:
using super::write_reg_to_mem;
using super::gen_read_mem;
using super::gen_write_mem;
using super::gen_wait;
using super::gen_leave;
using super::gen_sync;