aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/vt.h14
1 files changed, 0 insertions, 14 deletions
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_ */
/** @} */