cmake: drop DBUS_VERBOSE_C_S

Apparently, not used anywhere.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2022-07-11 11:17:12 +04:00 committed by Simon McVittie
parent a5c8dda5cf
commit 9016b48cf9
2 changed files with 0 additions and 11 deletions

View file

@ -209,10 +209,6 @@ include(ConfigureChecks)
# make some more macros available # make some more macros available
include(MacroLibrary) include(MacroLibrary)
if(VCS)
set(DBUS_VERBOSE_C_S 1 CACHE STRING "verbose mode" FORCE)
endif()
if(MSVC) if(MSVC)
# controll folders in msvc projects # controll folders in msvc projects
include(ProjectSourceGroup) include(ProjectSourceGroup)

View file

@ -279,13 +279,6 @@
#define SIGHUP 1 #define SIGHUP 1
#endif #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) # if defined(_MSC_VER) && !defined(inline)
#define inline __inline #define inline __inline
#endif #endif