removed a leftover comment

This commit is contained in:
Aurelien Foret 2005-10-10 15:08:36 +00:00
parent 6c7f521298
commit a7af06ce86
1 changed files with 0 additions and 2 deletions

View File

@ -154,8 +154,6 @@ int rpmvercmp(const char *a, const char *b)
return(0);
}
/* ORE
* the memory allocated here is never freed... */
strncpy(str1, a, 64);
str1[63] = 0;
strncpy(str2, b, 64);