mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-02 14:40:45 +00:00
Remove unused variable.
modified: ../inc/bb.h
This commit is contained in:
2
inc/bb.h
2
inc/bb.h
@@ -708,7 +708,7 @@
|
|||||||
/************************************************************************/
|
/************************************************************************/
|
||||||
|
|
||||||
#define variables \
|
#define variables \
|
||||||
int num_lines_remaining, temp; \
|
int num_lines_remaining; \
|
||||||
int dstnumL, src32lbit, srcLshift, dst32lbit; \
|
int dstnumL, src32lbit, srcLshift, dst32lbit; \
|
||||||
unsigned int srcRmask, dstold, dstdata, mask; \
|
unsigned int srcRmask, dstold, dstdata, mask; \
|
||||||
UNSIGNED x32byta, x32nbyt, x32ia; \
|
UNSIGNED x32byta, x32nbyt, x32ia; \
|
||||||
|
|||||||
Reference in New Issue
Block a user