]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
drd: remove a duplicate tl_assert() statement.
authorBart Van Assche <bvanassche@acm.org>
Sun, 3 Jul 2011 11:24:41 +0000 (11:24 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 3 Jul 2011 11:24:41 +0000 (11:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11846

drd/drd_bitmap.c

index 19284b445dcd7640d596002b88d679efa62f3de4..7cda8b34161c8e523aaab92a6ac64031f948d713 100644 (file)
@@ -1080,8 +1080,6 @@ void DRD_(bm_merge2_marked)(struct bitmap* const lhs, struct bitmap* const rhs)
    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.