Remove the specified sequence if it exists. */
| 42 | |
| 43 | /** Remove the specified sequence if it exists. */ |
| 44 | void remove(const key_type& seq) |
| 45 | { |
| 46 | setFlag(seq, SF_DELETE); |
| 47 | } |
| 48 | |
| 49 | /** Shrink the hash table. */ |
| 50 | void shrink() { |
no outgoing calls
no test coverage detected