small cleanup

This commit is contained in:
2026-03-12 15:29:41 +01:00
parent cca56f89c6
commit 5ebcce634a
2 changed files with 1 additions and 10 deletions

View File

@@ -1,8 +0,0 @@
#include "platform.h"
#include "tx_api.h"
#include <aclint.h>
ULONG _tx_thread_smp_time_get(void)
{
return (ULONG)get_aclint_mtime(aclint);
}