~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/hash.h

  • Committer: Stewart Smith
  • Date: 2009-10-08 11:33:07 UTC
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: stewart@flamingspork.com-20091008113307-a0ixb7824jn3lcs6
remove unused my_hash_reset from mysys/hash.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
#define hash_init(A,B,C,D,E,F,G,H) _hash_init(A,0,B,C,D,E,F,G,H)
65
65
#define hash_init2(A,B,C,D,E,F,G,H,I) _hash_init(A,B,C,D,E,F,G,H,I)
66
66
void hash_free(HASH *tree);
67
 
void my_hash_reset(HASH *hash);
68
67
unsigned char *hash_element(HASH *hash,uint32_t idx);
69
68
unsigned char *hash_search(const HASH *info, const unsigned char *key,
70
69
                           size_t length);