Changeset 9f29243 in mainline


Ignore:
Timestamp:
2006-05-15T15:32:59Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e09b75c
Parents:
ddd043ce
Message:

Remove a misleading comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/adt/hash_table.c

    rddd043ce r9f29243  
    107107        ASSERT(chain < h->entries);
    108108       
    109         /*
    110          * The hash table is not redundant.
    111          * Check if the keys are not in place already.
    112          */
    113109        for (cur = h->entry[chain].next; cur != &h->entry[chain]; cur = cur->next) {
    114110                if (h->op->compare(key, h->max_keys, cur)) {
Note: See TracChangeset for help on using the changeset viewer.