No error-checking for error-checking alloc functions
[mmh] / uip / burst.c
index 591d7f4..04e5450 100644 (file)
@@ -119,8 +119,6 @@ main(int argc, char **argv)
 
        smsgs = (struct smsg *)
                mh_xcalloc((size_t) (MAXFOLDER + 2), sizeof(*smsgs));
-       if (smsgs == NULL)
-               adios(EX_OSERR, NULL, "unable to allocate burst storage");
 
        hi = mp->hghmsg + 1;