From 8fbf82f64cfc31a8003e50314eeacfe26b8b08dc Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Fri, 20 Jun 2014 11:28:40 +0430 Subject: [PATCH] post: remove an unused macro --- post.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/post.c b/post.c index cb471a8..f70e6e3 100644 --- a/post.c +++ b/post.c @@ -330,8 +330,6 @@ static void post(void) ps_pageend(o_pages); } -#define ISODIM(n, d1, d2) ((((n) & 1) ? d2 : d1) >> (n >> 1)) - static void setpagesize(char *s) { int d1, d2, n; -- 2.11.4.GIT