From 364969ad1dff7729ae768092980eabba153269b7 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Mon, 11 Feb 2013 21:31:33 -0500 Subject: removed unused defines for upper and lower masks --- colm/pdarun.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/colm/pdarun.c b/colm/pdarun.c index c1c4fb71..5dc1439f 100644 --- a/colm/pdarun.c +++ b/colm/pdarun.c @@ -37,8 +37,6 @@ #define act_sb 0x1 #define act_rb 0x2 -#define lower 0x0000ffff -#define upper 0xffff0000 #define read_word_p( i, p ) do { \ i = ((Word) p[0]); \ -- cgit v1.2.1