~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tztime.cc

  • Committer: Stewart Smith
  • Date: 2009-10-08 06:26:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: stewart@flamingspork.com-20091008062652-8ggjty1li5db8yor
remove unused my_tz_free

Show diffs side-by-side

added added

removed removed

Lines of Context:
1065
1065
  return false;
1066
1066
}
1067
1067
 
1068
 
 
1069
 
/*
1070
 
  Free resources used by time zone support infrastructure.
1071
 
*/
1072
 
 
1073
 
void my_tz_free()
1074
 
{
1075
 
}
1076
 
 
1077
 
 
1078
1068
/*
1079
1069
  Get Time_zone object for specified time zone.
1080
1070