[Libreoffice-commits] .: desktop/scripts

Petr Mladek pmladek at kemper.freedesktop.org
Wed Jun 22 06:05:16 PDT 2011


 desktop/scripts/soffice.sh |   11 -----------
 1 file changed, 11 deletions(-)

New commits:
commit a102b8a093e53366b25a96f959e734bbb4a17d04
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed Jun 22 15:04:42 2011 +0200

    remove the obsolete valgring support in the soffice wrapper

diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index c203c28..33ae8fe 100755
--- a/desktop/scripts/soffice.sh
+++ b/desktop/scripts/soffice.sh
@@ -127,17 +127,6 @@ if echo "$checks" | grep -q "cc" ; then
     exit 1;
 fi
 
-if [ "$VALGRIND" != "" ]; then
-    VALGRINDCHECK="valgrind --tool=$VALGRIND --trace-children=yes --trace-children-skip=*/java --error-exitcode=101"
-    export VALGRINDCHECK
-    if [ "$VALGRIND" = "memcheck" ]; then
-        G_SLICE=always-malloc
-        export G_SLICE
-        GLIBCXX_FORCE_NEW=1
-        export GLIBCXX_FORCE_NEW
-    fi
-fi
-
 case "`uname -s`" in
 NetBSD|OpenBSD|FreeBSD|DragonFly)
 # this is a temporary hack until we can live with the default search paths


More information about the Libreoffice-commits mailing list