summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc')
-rw-r--r--crawl-ref/source/misc/valgrind-suppress.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/crawl-ref/source/misc/valgrind-suppress.txt b/crawl-ref/source/misc/valgrind-suppress.txt
index 6856eb4ae6..3e31d530f5 100644
--- a/crawl-ref/source/misc/valgrind-suppress.txt
+++ b/crawl-ref/source/misc/valgrind-suppress.txt
@@ -13,21 +13,6 @@
fun:*end*
}
-# The Berkeley DB code sometimes writes the contents of an unitialized buffer
-# when the save/db/ and save/des/ files are being generated.
-{
- berkeley_db_write
- Memcheck:Param
- pwrite64(buf)
- fun:pwrite64
- fun:__os_io
- fun:__memp_pgwrite
- fun:__memp_bhwrite
- fun:__memp_sync_int
- fun:__memp_fsync
- fun:__db_sync
-}
-
# An SDL "conditional jump or move" error, with the unitialized value
# being supplied by Nvidia's OpenGL library.
{