Skip to content

Commit

Permalink
iniparser: Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Chorbadzhiyski committed Feb 2, 2015
1 parent df7d4e7 commit 8111eb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iniparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,6 @@ dictionary * iniparser_load(const char * ininame)
/* Multi-line value */
last=len ;
continue ;
} else {
last=0 ;
}
switch (iniparser_line(line, section, key, val)) {
case LINE_EMPTY:
Expand Down

0 comments on commit 8111eb9

Please sign in to comment.