2012-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* libc/search/hcreate_r.c (hdestroy_r): #ifdef 0 unused vars ie, idx.
This commit is contained in:
Ralf Corsepius 2012-07-17 16:56:45 +00:00
parent 1acc80f5d2
commit 392c090c7e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/search/hcreate_r.c (hdestroy_r): #ifdef 0 unused vars ie, idx.
2012-07-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/posix/telldir.c: Conditionally build dd_hash_lock.

View File

@ -123,9 +123,10 @@ hcreate_r(size_t nel, struct hsearch_data *htab)
void
hdestroy_r(struct hsearch_data *htab)
{
#if 0
struct internal_entry *ie;
size_t idx;
#endif
if (htab->htable == NULL)
return;