]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove pointless test. vts->ts is an array and cannot be NULL.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 21 Jan 2013 20:38:54 +0000 (20:38 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 21 Jan 2013 20:38:54 +0000 (20:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13256

helgrind/libhb_core.c

index 1b71e3f9ac1c80aa1d1bfe085b7ea5a9b0320c0c..46e1378431118e248b12fcddc230a36ad0d8e2d7 100644 (file)
@@ -1935,7 +1935,6 @@ static Bool is_sane_VTS ( VTS* vts )
    UWord     i, n;
    ScalarTS  *st1, *st2;
    if (!vts) return False;
-   if (!vts->ts) return False;
    if (vts->usedTS > vts->sizeTS) return False;
    n = vts->usedTS;
    if (n == 1) {