summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/timestamp64.h
diff options
context:
space:
mode:
authorAlexander Krutwig <alexander.krutwig@embedded-brains.de>2015-03-19 13:52:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-19 16:41:22 +0100
commite0a25fb6372ea4aa23a8221d856d8319b53636d9 (patch)
tree40ef39a4823ef6735892bb383981ec4c49ea4983 /cpukit/score/include/rtems/score/timestamp64.h
parentscore: Fix _Debug_Is_owner_of_allocator() (diff)
downloadrtems-e0a25fb6372ea4aa23a8221d856d8319b53636d9.tar.bz2
score: Delete unused _Timestamp_Is_valid()
Diffstat (limited to 'cpukit/score/include/rtems/score/timestamp64.h')
-rw-r--r--cpukit/score/include/rtems/score/timestamp64.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/cpukit/score/include/rtems/score/timestamp64.h b/cpukit/score/include/rtems/score/timestamp64.h
index 55b7d07643..3d40ca2787 100644
--- a/cpukit/score/include/rtems/score/timestamp64.h
+++ b/cpukit/score/include/rtems/score/timestamp64.h
@@ -106,19 +106,6 @@ static inline void _Timestamp64_implementation_Set_to_zero(
);
#endif
-/**
- * @brief Determines the validity of a 64-bit timestamp.
- *
- * This method determines the validity of a timestamp.
- *
- * @param[in] _time points to the timestamp instance to validate.
- *
- * @retval This method returns true if @a time is valid and
- * false otherwise.
- */
-#define _Timestamp64_Is_valid( _time ) \
- (1)
-
static inline bool _Timestamp64_implementation_Less_than(
const Timestamp64_Control *_lhs,
const Timestamp64_Control *_rhs