~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_pack.cc

  • Committer: Monty Taylor
  • Date: 2009-06-09 21:56:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1060.
  • Revision ID: mordred@inaugust.com-20090609215605-sy08xcb15rm598hg
Removed some more unused code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  register char * start;
52
52
  char parent[5],                               /* for "FN_PARENTDIR" */
53
53
       buff[FN_REFLEN+1],*end_parentdir;
54
 
#ifdef BACKSLASH_MBTAIL
55
 
  CHARSET_INFO *fs= fs_character_set();
56
 
#endif
57
54
 
58
55
  start=buff;
59
56
  from_ptr= from;