summaryrefslogtreecommitdiff
path: root/lib/malloca.valgrind
diff options
context:
space:
mode:
Diffstat (limited to 'lib/malloca.valgrind')
-rw-r--r--lib/malloca.valgrind7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/malloca.valgrind b/lib/malloca.valgrind
deleted file mode 100644
index 52f0a50..0000000
--- a/lib/malloca.valgrind
+++ /dev/null
@@ -1,7 +0,0 @@
-# Suppress a valgrind message about use of uninitialized memory in freea().
-# This use is OK because it provides only a speedup.
-{
- freea
- Memcheck:Cond
- fun:freea
-}