summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/eigccppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/eigccppc.h')
-rw-r--r--src/osd/eigccppc.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/osd/eigccppc.h b/src/osd/eigccppc.h
index d9cd2ee1828..7d61ee49752 100644
--- a/src/osd/eigccppc.h
+++ b/src/osd/eigccppc.h
@@ -284,23 +284,4 @@ _count_leading_ones(UINT32 value)
return result;
}
-
-/***************************************************************************
- INLINE TIMING FUNCTIONS
-***************************************************************************/
-
-/*-------------------------------------------------
- get_profile_ticks - return a tick counter
- from the processor that can be used for
- profiling. It does not need to run at any
- particular rate.
--------------------------------------------------*/
-
-#define get_profile_ticks _get_profile_ticks
-static inline INT64 ATTR_UNUSED ATTR_FORCE_INLINE _get_profile_ticks(void)
-{
- // fix me - should use the time base
- return osd_ticks();
-}
-
#endif /* __EIGCCPPC__ */