From 36e1e5222d094714e673506d857e6d93cdcd8e38 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Removed executed instruction counter. [#17] After having removed organisms' reward/punishment mechanisms, the number of executed instructions will always match the number of processes. No need to keep this. --- include/process.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/process.h b/include/process.h index bd46462..26772c3 100644 --- a/include/process.h +++ b/include/process.h @@ -56,11 +56,6 @@ SALIS_API uint32 sal_proc_get_first(void); */ SALIS_API uint32 sal_proc_get_last(void); -/** Get instructions executed on last cycle. -* @return Amount of executed instructions during the last cycle -*/ -SALIS_API uint32 sal_proc_get_instructions_executed(void); - /** Check if process is currently free. * @param proc_id ID of process whose status we want to check * @return Status (either free or running) of the process with the given ID -- cgit v1.2.1