libcsa: Resolve 96 -Wunused-variable warnings.

This is not all of them, another ~90 exist in generated code.
This commit is contained in:
Peter Howkins
2012-11-06 15:07:08 +00:00
parent 37c30d32f7
commit 6f2a704bbd
15 changed files with 5 additions and 172 deletions

View File

@@ -54,10 +54,6 @@ static boolean_t match_backward(char *str1, char *str2);
extern boolean_t
_DtCmIsSamePath(char *str1, char *str2)
{
char *ptr1,*ptr2;
char *user;
int res, n;
if (str1 == NULL || str2 == NULL)
return(B_FALSE);
@@ -81,7 +77,6 @@ _DtCmIsSameUser(char *user1, char *user2)
{
char *str1, *str2;
char buf[BUFSIZ], *domain;
boolean_t res;
if (user1 == NULL || user2 == NULL)
return (B_FALSE);