diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-06-22 15:04:42 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-06-22 15:04:42 +0200 |
commit | 519d31df8cc383bd7241722435141010dac4962c (patch) | |
tree | 2ae0de71681a92c1216bece6e2d1552afc714cc6 /desktop/scripts | |
parent | cfe0ccb95d6f513ade07b9c54ba2a1b10a9f794a (diff) |
remove the obsolete valgring support in the soffice wrapper
Diffstat (limited to 'desktop/scripts')
-rwxr-xr-x | desktop/scripts/soffice.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 2610d321e2ba..bea6cabf5fbe 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 |