summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 16:02:56 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 16:09:17 -0800
commit419c85814de497d6dfaf6f9a19d153138a7dec08 (patch)
tree16c8d783939c79866f305cb8170224ec5aab75b0 /cmake
parent73a72cdb6154ab7bdd49b1dde91349a30e8d7973 (diff)
downloadgperftools-419c85814de497d6dfaf6f9a19d153138a7dec08.tar.gz
amputate unused dynamic annotations support
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index e9c8090..22338da 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -198,9 +198,6 @@
/* Define to 1 if you have the <unwind.h> header file. */
#cmakedefine HAVE_UNWIND_H
-/* Define to 1 if you have the <valgrind.h> header file. */
-#cmakedefine HAVE_VALGRIND_H
-
/* define if your compiler has __attribute__ */
#cmakedefine HAVE___ATTRIBUTE__