summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 26a3f560..37b5ee1 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -12,16 +12,6 @@
# 1. Third party stuff we have no control over.
{
- # See http://code.google.com/p/chromium/issues/detail?id=9565
- # This should have been handled by platform-specific suppression.
- # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed
- setenv() leaks on Mac intentionally.
- Memcheck:Leak
- ...
- fun:__setenv
- fun:setenv$UNIX2003
-}
-{
# syslog needs a system suppression on the mac.
# See https://bugs.kde.org/show_bug.cgi?id=191192
valgrind_bug_191192