From a54a4e4e83768cfa2141c3dca08bddb16ccb122c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 4 Apr 2009 17:37:51 +0000 Subject: Removed support for deprecated APIs. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@871 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/vt.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src') diff --git a/src/include/vt.h b/src/include/vt.h index 3d1b59bd8..003cffd45 100644 --- a/src/include/vt.h +++ b/src/include/vt.h @@ -120,20 +120,6 @@ extern "C" { */ #define chTimeNow() (vtlist.vt_systime) -/** - * Provided for backward compatibility. - * @deprecated Will be removed in 1.2.0. - * @see chTimeNow() - */ -#define chSysGetTime() chTimeNow() - -/** - * Provided for backward compatibility. - * @deprecated Will be removed in 1.2.0. - * @see chTimeIsWithin() - */ -#define chSysInTimeWindow(start, end) chTimeIsWithin(start, end) - #endif /* _VT_H_ */ /** @} */ -- cgit v1.2.3