From 825503ae60724edb179420da617c764cc72a9161 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 3 May 2013 14:27:26 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1894 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- analyzer/pamtilt.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'analyzer/pamtilt.c') diff --git a/analyzer/pamtilt.c b/analyzer/pamtilt.c index aacf66a1..5b571848 100644 --- a/analyzer/pamtilt.c +++ b/analyzer/pamtilt.c @@ -143,9 +143,6 @@ load(const struct pam * const pamP, tuplerow = pnm_allocpamrow(pamP); MALLOCARRAY(pixels, pamP->height); - if (pixels == NULL) - pm_error("Unable to allocate array of %u pixel rows", - pamP->height); if (pixels == NULL) pm_error("Unable to allocate array of %u rows", pamP->height); -- cgit 1.4.1