summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2022-07-11 11:17:12 +0400
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commit9016b48cf912cb15cb79522f1937269bbafcf212 (patch)
treeb8804442c3e95480758752434977e45f3506a2e7 /cmake
parenta5c8dda5cfe1ba3baa1fb585ad9b3eba7e000ea7 (diff)
downloaddbus-9016b48cf912cb15cb79522f1937269bbafcf212.tar.gz
cmake: drop DBUS_VERBOSE_C_S
Apparently, not used anywhere. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.h.cmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmake/config.h.cmake b/cmake/config.h.cmake
index f5a1659b..75509524 100644
--- a/cmake/config.h.cmake
+++ b/cmake/config.h.cmake
@@ -279,13 +279,6 @@
#define SIGHUP 1
#endif
-#cmakedefine DBUS_VERBOSE_C_S 1
-#ifdef DBUS_VERBOSE_C_S
-#define _dbus_verbose_C_S printf
-#else
-#define _dbus_verbose_C_S _dbus_verbose
-#endif
-
# if defined(_MSC_VER) && !defined(inline)
#define inline __inline
#endif