~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/calendar.h

Remove dead memset call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
namespace drizzled
92
92
{
93
93
 
94
 
#ifdef __cplusplus
95
 
extern "C" {
96
 
#endif
97
 
 
98
94
/**
99
95
 * Different calendars supported by the temporal library
100
96
 */
335
331
 */
336
332
uint32_t months_to_year_month(uint32_t months);
337
333
 
338
 
#ifdef __cplusplus
339
 
}
340
 
#endif
341
 
 
342
334
} /* namespace drizzled */
343
335
 
344
336
#endif /* DRIZZLED_CALENDAR_H */