summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-sysdeps.c')
-rw-r--r--dbus/dbus-sysdeps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbus/dbus-sysdeps.c b/dbus/dbus-sysdeps.c
index b7040abf..d1a48617 100644
--- a/dbus/dbus-sysdeps.c
+++ b/dbus/dbus-sysdeps.c
@@ -53,7 +53,7 @@ _DBUS_DEFINE_GLOBAL_LOCK (sid_atom_cache);
* @addtogroup DBusInternalsUtils
* @{
*/
-#ifndef DBUS_DISABLE_ASSERT
+
/**
* Aborts the program with SIGABRT (dumping core).
*/
@@ -75,7 +75,6 @@ _dbus_abort (void)
abort ();
_dbus_exit (1); /* in case someone manages to ignore SIGABRT ? */
}
-#endif
/**
* Wrapper for setenv(). If the value is #NULL, unsets