In libobjc/:
authorNicola Pero <nicola.pero@meta-innovation.com>
Fri, 17 Sep 2010 16:52:36 +0000 (16:52 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Fri, 17 Sep 2010 16:52:36 +0000 (16:52 +0000)
commit349cfd93f47833397accadf890c4b10bfb2d66ac
treed8190cf44cf276b7ecc1aa394d368822ce531215
parent5be9cdc112d455a0799a2440b1a52e2b0d23da82
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/ChangeLog
libobjc/Makefile.in
libobjc/objc-private/objc-list.h
libobjc/objc/hash.h [new file with mode: 0644]
libobjc/objc/objc-list.h [new file with mode: 0644]