summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-06-22 15:04:42 +0200
committerPetr Mladek <pmladek@suse.cz>2011-06-22 15:04:42 +0200
commita102b8a093e53366b25a96f959e734bbb4a17d04 (patch)
tree35c10b58e3e77def3e73455dcdeaca4b7c0966eb
parentdfe7581607e67ced5ff0fce9973b6f2fcd3dee62 (diff)
remove the obsolete valgring support in the soffice wrapper
-rwxr-xr-xdesktop/scripts/soffice.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh
index c203c2833c..33ae8fef00 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