src: remove unused include of <assert.h> in timer.c (#4774)

Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
This commit is contained in:
Juan José 2025-05-02 03:13:07 -05:00 committed by GitHub
parent 76fb3b73da
commit a1692f7646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,6 @@
#include "uv-common.h"
#include "heap-inl.h"
#include <assert.h>
#include <limits.h>