aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-04 17:37:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-04 17:37:51 +0000
commita54a4e4e83768cfa2141c3dca08bddb16ccb122c (patch)
tree1602ba3cac791f253b5ce1cdbf816e3eb8d46b4e /src
parentedb602cdbea6da868215848d0ccc0768a8f9c229 (diff)
downloadChibiOS-a54a4e4e83768cfa2141c3dca08bddb16ccb122c.tar.gz
ChibiOS-a54a4e4e83768cfa2141c3dca08bddb16ccb122c.tar.bz2
ChibiOS-a54a4e4e83768cfa2141c3dca08bddb16ccb122c.zip
Removed support for deprecated APIs.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@871 35acf78f-673a-0410-8e92-d51de3d6d3f4
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_ */
/** @} */