Removing all the tests for the bluetooth transport plugin.
[oweals/gnunet.git] / src / transport / gnunet-transport.c
index f9f6068104e53abef0bd4b8254229dc2ccf86689..641261c0523f106ca8f2002fdf4b5b4638bef1dc 100644 (file)
@@ -487,7 +487,7 @@ transmit_data (void *cls, size_t size, void *buf)
 {
   struct GNUNET_MessageHeader *m = buf;
 
-  if ((NULL == buf) || ((NULL == buf) && (0 == size)))
+  if ((NULL == buf) && (0 == size))
   {
     th = NULL;
     return 0;