aboutsummaryrefslogtreecommitdiff
path: root/include/process.h
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
commit36e1e5222d094714e673506d857e6d93cdcd8e38 (patch)
tree88fdc7a07cf63d73208220808409089bd25e31fb /include/process.h
parentda015293b605f82399361f12cff367ebf70eaf69 (diff)
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.
Diffstat (limited to 'include/process.h')
-rw-r--r--include/process.h5
1 files changed, 0 insertions, 5 deletions
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