aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan José <soyjuanarbol@gmail.com>2025-05-02 03:13:07 -0500
committerGitHub <noreply@github.com>2025-05-02 10:13:07 +0200
commita1692f76466acb0da3c38c4f82fc11ddefb7a778 (patch)
treea698c2cd26f13af0d69e88b8b8a419caadf572af
parent76fb3b73da3f8ddaeeb87d23fda04b9bda219f5e (diff)
downloadlibuv-a1692f76466acb0da3c38c4f82fc11ddefb7a778.tar.gz
libuv-a1692f76466acb0da3c38c4f82fc11ddefb7a778.zip
src: remove unused include of <assert.h> in timer.c (#4774)
Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
-rw-r--r--src/timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timer.c b/src/timer.c
index 4525199d..7cfca3b1 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -22,7 +22,6 @@
#include "uv-common.h"
#include "heap-inl.h"
-#include <assert.h>
#include <limits.h>