Skip to content

Commit

Permalink
FIX: removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 2, 2021
1 parent 1f0e69e commit 515149c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/u-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ void Print_Parse_Index(REBCNT type, REBVAL *rules, REBSER *series, REBCNT index)
{
// !!! THIS CODE NEEDS CLEANUP AND REWRITE BASED ON OTHER CHANGES
REBSER *series = parse->series;
REBSER *ser;
REBCNT flags = parse->flags | AM_FIND_MATCH | AM_FIND_TAIL;
// int rewrite_needed;

Expand Down Expand Up @@ -498,7 +497,6 @@ void Print_Parse_Index(REBCNT type, REBVAL *rules, REBSER *series, REBCNT index)
{
REBSER *series = parse->series;
REBCNT i = 0;
REBSER *ser;

// TO a specific index position.
if (IS_INTEGER(item)) {
Expand Down

0 comments on commit 515149c

Please sign in to comment.