Skip to content

Commit

Permalink
no need for #if 0
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Nov 21, 2001
1 parent c5a942c commit b846775
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions netbsd/usr.bin/ftp/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1468,12 +1468,8 @@ void
xsl_add(StringList *sl, char *i)
{

#if 0
if (sl_add(sl, i) == -1)
err(1, "Unable to add `%s' to stringlist", i);
#else
sl_add(sl, i);
#endif
}

/*
Expand Down

0 comments on commit b846775

Please sign in to comment.