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