--- toast	2004/02/02 00:30:43	1.281
+++ toast	2004/02/02 01:11:05	1.282
@@ -1997,7 +1997,6 @@
 
 #define _GNU_SOURCE
 
-#include <assert.h>
 #include <dlfcn.h>
 #include <errno.h>
 #include <stdio.h>
@@ -2211,8 +2210,6 @@
   {
     next_$name = dlsym(RTLD_NEXT, "$name");
   }
-
-  assert(next_$name);
 
   return next_$name($args);
 }