Revision
905
Author
wsiegrist@apple.com
Date
2010-11-01 13:40:42 -0700 (Mon, 01 Nov 2010)

Log Message

Remove debug assert

Modified Paths

Diff

Modified: branches/PR-8604911/darwinup/Depot.cpp (904 => 905)


--- 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;
 }