Get rid of invoke_engio

This commit is contained in:
2024-08-29 17:45:05 -04:00
parent 368581463e
commit d4f46eef45
7 changed files with 7 additions and 103 deletions

View File

@@ -293,7 +293,6 @@ public:
void drv_notify_close(uint32_t chid, uint32_t len, const char *data);
uint32_t drv_notify_accept(uint32_t port);
void drv_call_event_update(double clock);
void drv_invoke_engio(int64_t place, uint32_t datapklen, const char *datapk);
void drv_invoke_lua_call(int64_t place, uint32_t datapklen, const char *datapk);
void drv_invoke_lua_source(uint32_t srcpklen, const char *srcpk);