--- branches/PR-8604911/darwinup/Depot.cpp 2010-11-01 20:34:40 UTC (rev 904)
+++ branches/PR-8604911/darwinup/Depot.cpp 2010-11-01 20:40:42 UTC (rev 905)
@@ -701,8 +701,6 @@
}
if (res != 0) fprintf(stderr, "%s:%d: install failed: %s: %s (%d)\n",
__FILE__, __LINE__, file->path(), strerror(errno), errno);
- // XXX remove assert
- assert(res == 0);
return res;
}