From 0ce4db5534d634cca6dc001eae43a8907e9c5cf2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 6 May 2010 13:29:16 +0000 Subject: removing debug code --- src/util/bio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util/bio.c') diff --git a/src/util/bio.c b/src/util/bio.c index 976da7e01..059638ff1 100644 --- a/src/util/bio.c +++ b/src/util/bio.c @@ -129,7 +129,6 @@ GNUNET_BIO_read (struct GNUNET_BIO_ReadHandle *h, GNUNET_asprintf (&h->emsg, _("Error reading `%s': %s"), what, STRERROR (errno)); - abort (); return GNUNET_SYSERR; } if (ret == 0) @@ -137,7 +136,6 @@ GNUNET_BIO_read (struct GNUNET_BIO_ReadHandle *h, GNUNET_asprintf (&h->emsg, _("Error reading `%s': %s"), what, _("End of file")); - abort (); return GNUNET_SYSERR; } h->pos = 0; -- cgit v1.2.3