From 8cf81643a96875d29f3c5b1054c16fe163836697 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 16 Mar 2015 12:16:59 -0400 Subject: arm_interface: Get rid of GetTicks. Removes a TODO. --- src/core/arm/arm_interface.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/core/arm/arm_interface.h') diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index ef37ee05..fe1e584a 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h @@ -73,12 +73,6 @@ public: */ virtual void SetCPSR(u32 cpsr) = 0; - /** - * Returns the number of clock ticks since the last rese - * @return Returns number of clock ticks - */ - virtual u64 GetTicks() const = 0; - /** * Advance the CPU core by the specified number of ticks (e.g. to simulate CPU execution time) * @param ticks Number of ticks to advance the CPU core -- cgit v1.2.3