diff --git a/src/lib/libast/tm/tvsleep.c b/src/lib/libast/tm/tvsleep.c index 9a136b2bf76e..4666a9c15248 100644 --- a/src/lib/libast/tm/tvsleep.c +++ b/src/lib/libast/tm/tvsleep.c @@ -20,7 +20,6 @@ ***********************************************************************/ #include -#include #include #include #include @@ -55,8 +54,6 @@ int tvsleep(const Tv_t* tv, Tv_t* rv) { - assert(tv); /* Validate argument */ - /* Return immediately if asked to sleep for no duration. */ if (!tv->tv_sec && !tv->tv_nsec) return 0;