diff options
| author | yangwei <[email protected]> | 2024-10-31 12:06:54 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-10-31 12:06:54 +0800 |
| commit | ec3bbc9829499fb0aa89e9ede55825b0cd081408 (patch) | |
| tree | 3ae828cf98bdbb4c590e0f86e37fa1b4d25dc98e /src/sapp_dev | |
| parent | 777986431587131db7f72a3eee2a01c334b440fc (diff) | |
🎈 perf(dup_pkt stat update): remove polling entry
Diffstat (limited to 'src/sapp_dev')
| -rw-r--r-- | src/sapp_dev/sapp_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sapp_dev/sapp_init.c b/src/sapp_dev/sapp_init.c index ddac21e..007ba02 100644 --- a/src/sapp_dev/sapp_init.c +++ b/src/sapp_dev/sapp_init.c @@ -303,8 +303,6 @@ int MESA_platform_init(int argc, char *argv[]) sapp_set_current_state(SAPP_STATE_PKT_IO_INITED); - sapp_mem_init(); - sapp_runtime_log(RLOG_LV_DEBUG, "sapp platform init success"); return 0; |
