Nuke a dead variable found with clang and an unused declaration with lint.

This commit is contained in:
Nicholas Marriott
2009-08-09 15:17:50 +00:00
parent 57381aa560
commit ad18e45206
2 changed files with 1 additions and 4 deletions

View File

@ -29,8 +29,6 @@
RB_GENERATE(environ, environ_entry, entry, environ_cmp);
void environ_set1(struct environ *, char *, char *);
int
environ_cmp(struct environ_entry *envent1, struct environ_entry *envent2)
{