| Index: scripts/common.sh
|
| ===================================================================
|
| --- scripts/common.sh (revision 43935)
|
| +++ scripts/common.sh (working copy)
|
| @@ -48,13 +48,6 @@
|
| # The corresponding feature request for Valgrind is at
|
| # https://bugs.kde.org/show_bug.cgi?id=219156.
|
| patch -p0 -i "${THISDIR}/intercept_tcmalloc.patch"
|
| -
|
| - # Fix for https://bugs.kde.org/show_bug.cgi?id=227570
|
| - # which causes false uninitialised memory warnings
|
| - if [ "$VG_REV" -lt "11051" ]
|
| - then
|
| - patch -p0 -i "${THISDIR}/vbug227570.patch"
|
| - fi
|
| # }}}
|
| }
|
|
|
|
|