Skip to content

Commit

Permalink
iniparser: Remove dead assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Chorbadzhiyski committed Feb 2, 2015
1 parent f922613 commit ee14920
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iniparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ static line_status iniparser_line(
strcpy(line, strstrip(input_line));
len = (int)strlen(line);

sta = LINE_UNPROCESSED ;
if (len<1) {
/* Empty line */
sta = LINE_EMPTY ;
Expand Down

0 comments on commit ee14920

Please sign in to comment.