summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2017-03-13 11:30:41 +0200
committerAlon Bar-Lev <alon.barlev@gmail.com>2017-03-13 11:33:11 +0200
commit898860d9c8b81d9944a40d7091e233b511b78f82 (patch)
tree189781e53dabe557080cc31d84e70ecc01673660
parent1f246c381e8a7449d84b143ffe50a0818622d2a3 (diff)
downloadgnutls-898860d9c8b81d9944a40d7091e233b511b78f82.tar.gz
tests: remove unused suppressions.valgrind
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
-rw-r--r--tests/openpgp-certs/suppressions.valgrind16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/openpgp-certs/suppressions.valgrind b/tests/openpgp-certs/suppressions.valgrind
deleted file mode 100644
index 59238ae876..0000000000
--- a/tests/openpgp-certs/suppressions.valgrind
+++ /dev/null
@@ -1,16 +0,0 @@
-# suppressions -- Valgrind suppresion file for libgcrypt
-
-# Copyright (C) 2015 Red Hat, Inc.
-
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.
-
-{
- <insert_a_suppression_name_here>
- Memcheck:Addr4
- fun:idna_to_ascii_4z
- fun:idna_to_ascii_8z
- fun:gnutls_x509_crt_check_email
- ...
-}