~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mf_format.cc

  • Committer: Monty Taylor
  • Date: 2009-01-19 07:30:16 UTC
  • mto: (801.1.3 testable) (779.3.2 devel)
  • mto: This revision was merged to the branch mainline in revision 799.
  • Revision ID: mordred@inaugust.com-20090119073016-smc5kj5ksbvxxldh
Removed stuff that gcov showed we weren't using.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    strncpy(pos,buff,sizeof(buff)-1- (int) (pos-dev));
48
48
  }
49
49
 
50
 
  if (flag & MY_PACK_FILENAME)
51
 
    pack_dirname(dev,dev);                      /* Put in ./.. and ~/.. */
52
50
  if (flag & MY_UNPACK_FILENAME)
53
51
    (void) unpack_dirname(dev,dev);             /* Replace ~/.. with dir */
54
52