Skip to content

Commit 3f38fcf

Browse files
committed
FIX: unreferenced local variable warning
1 parent 22794e4 commit 3f38fcf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/core/f-blocks.c

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
***********************************************************************/
121121
{
122122
REBVAL *val;
123-
REBSER *ser;
124123
REBU64 ts;
125124

126125
for (; index < tail; index++) {

src/core/f-enbase.c

-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,6 @@ static REBU64 base36_powers[BASE36_LENGTH] = {
769769
const REBYTE* cp;
770770
REBSER* ser;
771771
REBCNT ser_size;
772-
REBCNT chunk;
773772
REBINT pad = 0;
774773
REBU64 c = 0;
775774
REBINT i, d = 0;

0 commit comments

Comments
 (0)