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:
parent
1acc80f5d2
commit
392c090c7e
|
@ -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>
|
2012-07-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libc/posix/telldir.c: Conditionally build dd_hash_lock.
|
* libc/posix/telldir.c: Conditionally build dd_hash_lock.
|
||||||
|
|
|
@ -123,9 +123,10 @@ hcreate_r(size_t nel, struct hsearch_data *htab)
|
||||||
void
|
void
|
||||||
hdestroy_r(struct hsearch_data *htab)
|
hdestroy_r(struct hsearch_data *htab)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
struct internal_entry *ie;
|
struct internal_entry *ie;
|
||||||
size_t idx;
|
size_t idx;
|
||||||
|
#endif
|
||||||
if (htab->htable == NULL)
|
if (htab->htable == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue