~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Stewart Smith
  • Date: 2009-10-08 05:42:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: stewart@flamingspork.com-20091008054249-78vvx5go50haytjh
remove unused my_time_possible_from_micro

Show diffs side-by-side

added added

removed removed

Lines of Context:
411
411
extern uint64_t my_getsystime(void);
412
412
extern uint64_t my_micro_time(void);
413
413
extern uint64_t my_micro_time_and_time(time_t *time_arg);
414
 
time_t my_time_possible_from_micro(uint64_t microtime);
415
414
 
416
415
#ifdef HAVE_SYS_MMAN_H
417
416
#include <sys/mman.h>