~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/to_days.h

  • Committer: Monty Taylor
  • Date: 2009-01-23 06:12:21 UTC
  • mto: (801.1.3 testable) (779.3.2 devel)
  • mto: This revision was merged to the branch mainline in revision 811.
  • Revision ID: mordred@inaugust.com-20090123061221-1p8rqa7ljgsd2i4d
More __attribute__ removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  }
37
37
  enum_monotonicity_info get_monotonicity_info() const;
38
38
  int64_t val_int_endpoint(bool left_endp, bool *incl_endp);
39
 
  bool check_vcol_func_processor(unsigned char *int_arg __attribute__((unused)))
 
39
  bool check_vcol_func_processor(unsigned char *)
40
40
  { return false; }
41
41
};
42
42