|
From: <sv...@va...> - 2011-07-03 11:29:31
|
Author: bart
Date: 2011-07-03 12:24:41 +0100 (Sun, 03 Jul 2011)
New Revision: 11846
Log:
drd: remove a duplicate tl_assert() statement.
Modified:
trunk/drd/drd_bitmap.c
Modified: trunk/drd/drd_bitmap.c
===================================================================
--- trunk/drd/drd_bitmap.c 2011-06-28 23:37:01 UTC (rev 11845)
+++ trunk/drd/drd_bitmap.c 2011-07-03 11:24:41 UTC (rev 11846)
@@ -1080,8 +1080,6 @@
struct bitmap2* bm2l;
struct bitmap2* bm2r;
- tl_assert(lhs != rhs);
-
/*
* It's not possible to have two independent iterators over the same OSet,
* so complain if lhs == rhs.
|