diff options
author | Juan José <soyjuanarbol@gmail.com> | 2025-05-02 03:13:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 10:13:07 +0200 |
commit | a1692f76466acb0da3c38c4f82fc11ddefb7a778 (patch) | |
tree | a698c2cd26f13af0d69e88b8b8a419caadf572af | |
parent | 76fb3b73da3f8ddaeeb87d23fda04b9bda219f5e (diff) | |
download | libuv-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.c | 1 |
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> |