aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc
diff options
context:
space:
mode:
authorNicola Pero <nicola.pero@meta-innovation.com>2010-09-17 16:52:36 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-09-17 16:52:36 +0000
commit349cfd93f47833397accadf890c4b10bfb2d66ac (patch)
treed8190cf44cf276b7ecc1aa394d368822ce531215 /libobjc/objc
parent5be9cdc112d455a0799a2440b1a52e2b0d23da82 (diff)
downloadgcc-349cfd93f47833397accadf890c4b10bfb2d66ac.zip
gcc-349cfd93f47833397accadf890c4b10bfb2d66ac.tar.gz
gcc-349cfd93f47833397accadf890c4b10bfb2d66ac.tar.bz2
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
Diffstat (limited to 'libobjc/objc')
-rw-r--r--libobjc/objc/hash.h3
-rw-r--r--libobjc/objc/objc-list.h2
2 files changed, 5 insertions, 0 deletions
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"
+