1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

Remove unused variable.

modified:   ../inc/bb.h
This commit is contained in:
Nick Briggs 2017-07-18 19:02:25 -07:00
parent 55ffcb9066
commit c6ed74d94b

View File

@ -708,7 +708,7 @@
/************************************************************************/
#define variables \
int num_lines_remaining, temp; \
int num_lines_remaining; \
int dstnumL, src32lbit, srcLshift, dst32lbit; \
unsigned int srcRmask, dstold, dstdata, mask; \
UNSIGNED x32byta, x32nbyt, x32ia; \