summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-list.c')
-rw-r--r--dbus/dbus-list.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus-list.c b/dbus/dbus-list.c
index 7389c268..15911743 100644
--- a/dbus/dbus-list.c
+++ b/dbus/dbus-list.c
@@ -346,7 +346,6 @@ _dbus_list_insert_before (DBusList **list,
}
#endif /* DBUS_BUILD_TESTS */
-#ifdef DBUS_BUILD_TESTS
/**
* Inserts data into the list after the given existing link.
*
@@ -375,7 +374,6 @@ _dbus_list_insert_after (DBusList **list,
return TRUE;
}
-#endif /* DBUS_BUILD_TESTS */
/**
* Inserts a link into the list before the given existing link.
@@ -395,7 +393,6 @@ _dbus_list_insert_before_link (DBusList **list,
link_before (list, before_this_link, link);
}
-#ifdef DBUS_BUILD_TESTS
/**
* Inserts a link into the list after the given existing link.
*
@@ -413,7 +410,6 @@ _dbus_list_insert_after_link (DBusList **list,
else
link_after (list, after_this_link, link);
}
-#endif /* DBUS_BUILD_TESTS */
/**
* Removes a value from the list. Only removes the