[darwinbuild-changes] [905] branches/PR-8604911/darwinup/Depot.cpp

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 1 13:40:44 PDT 2010


Revision: 905
          http://trac.macosforge.org/projects/darwinbuild/changeset/905
Author:   wsiegrist at apple.com
Date:     2010-11-01 13:40:42 -0700 (Mon, 01 Nov 2010)
Log Message:
-----------
Remove debug assert

Modified Paths:
--------------
    branches/PR-8604911/darwinup/Depot.cpp

Modified: branches/PR-8604911/darwinup/Depot.cpp
===================================================================
--- 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;
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20101101/89550a40/attachment.html>


More information about the darwinbuild-changes mailing list