From 349cfd93f47833397accadf890c4b10bfb2d66ac Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 17 Sep 2010 16:52:36 +0000 Subject: In libobjc/: * objc-private/objc-list.h (list_remove_elem): Unused function removed. (list_nth): Unused function removed. (list_find): Unused function removed. (list_lenght): Unused function removed. Also, fixed an error in my last commit by adding back objc/hash.h and objc/objc-list.h that had not been committed. From-SVN: r164374 --- libobjc/objc/hash.h | 3 +++ libobjc/objc/objc-list.h | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 libobjc/objc/hash.h create mode 100644 libobjc/objc/objc-list.h (limited to 'libobjc/objc') diff --git a/libobjc/objc/hash.h b/libobjc/objc/hash.h new file mode 100644 index 0000000..8225a09 --- /dev/null +++ b/libobjc/objc/hash.h @@ -0,0 +1,3 @@ +#include "objc.h" +#include "deprecated/hash.h" + diff --git a/libobjc/objc/objc-list.h b/libobjc/objc/objc-list.h new file mode 100644 index 0000000..b713a3c --- /dev/null +++ b/libobjc/objc/objc-list.h @@ -0,0 +1,2 @@ +#include "deprecated/objc-list.h" + -- cgit v1.1