Removed invalid assert

git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@18 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
This commit is contained in:
Dave Robillard 2005-09-23 16:41:01 +00:00
parent f7c5c053da
commit 3cebf62faa
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ void
project_set_dir(project_t * project, const char *const dir)
{
assert(project != NULL);
assert(name != NULL);
free(project->dir);
project->dir = calloc(strlen(dir) + 1, sizeof(char));
strncpy(project->dir, dir, strlen(dir) + 1);