Removed support for deprecated APIs.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@871 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-04-04 17:37:51 +00:00
parent edb602cdbe
commit a54a4e4e83
1 changed files with 0 additions and 14 deletions

View File

@ -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_ */
/** @} */