aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc-private/hash.h
diff options
context:
space:
mode:
authorNicola Pero <nicola.pero@meta-innovation.com>2010-10-12 00:27:02 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-10-12 00:27:02 +0000
commit524660d2e3e96ac715623c052338c25a14938dfa (patch)
tree8c826840b836b21623b2673ebb37f3ee7aff55ab /libobjc/objc-private/hash.h
parent4d218f5c7208f133fd302e0e0628d5d03401c4d1 (diff)
downloadgcc-524660d2e3e96ac715623c052338c25a14938dfa.zip
gcc-524660d2e3e96ac715623c052338c25a14938dfa.tar.gz
gcc-524660d2e3e96ac715623c052338c25a14938dfa.tar.bz2
In libobjc/: 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/: 2010-10-12 Nicola Pero <nicola.pero@meta-innovation.com> * selector.c (sel_getName): Return "<null selector>" for a NULL argument. (sel_get_name): Return 0 for a NULL argument. * objc/runtime.h (sel_getName): Updated documentation. * objc-private/hash.h (class_hash_table): Unused declaration removed. (module_hash_table): Same. * objc/deprecated/hash.h: Same changes. From-SVN: r165348
Diffstat (limited to 'libobjc/objc-private/hash.h')
-rw-r--r--libobjc/objc-private/hash.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libobjc/objc-private/hash.h b/libobjc/objc-private/hash.h
index 7c57a4d..ba4c494 100644
--- a/libobjc/objc-private/hash.h
+++ b/libobjc/objc-private/hash.h
@@ -104,9 +104,6 @@ typedef struct cache
} *cache_ptr;
-/* Two important hash tables. */
-extern cache_ptr module_hash_table, class_hash_table;
-
/* Allocate and initialize a hash table. */
cache_ptr objc_hash_new (unsigned int size,