Browse Source

iniparser: Remove dead code.

Georgi Chorbadzhiyski 9 years ago
parent
commit
8111eb97ed
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      iniparser.c

+ 0
- 2
iniparser.c View File

@@ -607,8 +607,6 @@ dictionary * iniparser_load(const char * ininame)
607 607
             /* Multi-line value */
608 608
             last=len ;
609 609
             continue ;
610
-        } else {
611
-            last=0 ;
612 610
         }
613 611
         switch (iniparser_line(line, section, key, val)) {
614 612
             case LINE_EMPTY:

Loading…
Cancel
Save