Skip to content

Commit 515149c

Browse files
committed
FIX: removed unused variables
1 parent 1f0e69e commit 515149c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/u-parse.c

-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ void Print_Parse_Index(REBCNT type, REBVAL *rules, REBSER *series, REBCNT index)
182182
{
183183
// !!! THIS CODE NEEDS CLEANUP AND REWRITE BASED ON OTHER CHANGES
184184
REBSER *series = parse->series;
185-
REBSER *ser;
186185
REBCNT flags = parse->flags | AM_FIND_MATCH | AM_FIND_TAIL;
187186
// int rewrite_needed;
188187

@@ -498,7 +497,6 @@ void Print_Parse_Index(REBCNT type, REBVAL *rules, REBSER *series, REBCNT index)
498497
{
499498
REBSER *series = parse->series;
500499
REBCNT i = 0;
501-
REBSER *ser;
502500

503501
// TO a specific index position.
504502
if (IS_INTEGER(item)) {

0 commit comments

Comments
 (0)