summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-list.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-11-30 21:23:12 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-11-30 21:23:12 +0000
commite5118f163d2f6eb70375e6394156b23eb1835d2d (patch)
tree85e7ba422087e6a157a1a773d9759baa4220ba42 /dbus/dbus-list.c
parent263d1dfdd40b87f62648c4c5c50e8a6472fd5322 (diff)
* dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after):
remove #ifdef DBUS_BUILD_TESTS since we use these methods in production code
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