aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/linked_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/charon/linked_list.h')
-rw-r--r--Source/charon/linked_list.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/charon/linked_list.h b/Source/charon/linked_list.h
index 9240da120..038bf40da 100644
--- a/Source/charon/linked_list.h
+++ b/Source/charon/linked_list.h
@@ -42,14 +42,6 @@ struct linked_list_element_s {
* value of a list item
*/
void *value;
-
- /**
- * @brief Destroys a linked_list_element object
- *
- * @param linked_list_element_t calling object
- * @returns SUCCESS if succeeded, FAILED otherwise
- */
- status_t (*destroy) (linked_list_element_t *this);
};
/**