From e69becf133867fff26b59ba74ec1ee722ce1e81e Mon Sep 17 00:00:00 2001 From: "monty@narttu.mysql.fi" <> Date: Wed, 15 Nov 2000 23:00:06 +0200 Subject: changed to use IO_CACHE instead of FILE --- sql/time.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sql/time.cc') diff --git a/sql/time.cc b/sql/time.cc index 17603d93dd4..ce4b5b0e30c 100644 --- a/sql/time.cc +++ b/sql/time.cc @@ -413,16 +413,6 @@ ulong convert_month_to_period(ulong month) return year*100+month%12+1; } -#ifdef NOT_NEEDED - -ulong add_to_period(ulong period,int months) -{ - if (period == 0L) - return 0L; - return convert_month_to_period(convert_period_to_month(period)+months); -} -#endif - /***************************************************************************** ** convert a timestamp string to a TIME value. -- cgit v1.2.1