~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_tree.h

  • Committer: Monty Taylor
  • Date: 2008-10-06 01:30:47 UTC
  • Revision ID: monty@inaugust.com-20081006013047-6m2ejc0c4peye2k9
Removed my_free(). It turns out that it had been def'd to ignore the flags passed to it in the second arg anyway. Gotta love that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
               tree_element_free free_element, void *custom_arg);
67
67
void delete_tree(TREE*);
68
68
void reset_tree(TREE*);
69
 
  /* similar to delete tree, except we do not my_free() blocks in mem_root
 
69
  /* similar to delete tree, except we do not free() blocks in mem_root
70
70
   */
71
71
#define is_tree_inited(tree) ((tree)->root != 0)
72
72