This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository evisum.

View the commit online.

commit 4eed295c4fa6e5b57f0d0fb40d9bb9cb7ee4e217
Author: Alastair Poole <[email protected]>
AuthorDate: Mon May 11 23:41:32 2026 +0100

    engine: remove unused functions.
    
    We don't need these.
---
 src/bin/engine/evisum_engine.c | 13 -------------
 src/bin/engine/evisum_engine.h |  6 ------
 2 files changed, 19 deletions(-)

diff --git a/src/bin/engine/evisum_engine.c b/src/bin/engine/evisum_engine.c
index cc61216..0f8112f 100644
--- a/src/bin/engine/evisum_engine.c
+++ b/src/bin/engine/evisum_engine.c
@@ -933,19 +933,6 @@ system_cpu_state_get(int *ncpu)
     return arr;
 }
 
-Cpu_Core **
-system_cpu_usage_delayed_get(int *ncpu, int usecs)
-{
-    (void) usecs;
-    return system_cpu_state_get(ncpu);
-}
-
-Cpu_Core **
-system_cpu_usage_get(int *ncpu)
-{
-    return system_cpu_usage_delayed_get(ncpu, 1000000);
-}
-
 int
 system_cpu_frequency_get(void)
 {
diff --git a/src/bin/engine/evisum_engine.h b/src/bin/engine/evisum_engine.h
index b79dc2f..6f57064 100644
--- a/src/bin/engine/evisum_engine.h
+++ b/src/bin/engine/evisum_engine.h
@@ -80,12 +80,6 @@ int system_cpu_online_count_get(void);
 /* Counts all CPU cores known to the system. */
 int system_cpu_count_get(void);
 
-/* Gets the latest CPU usage for each core. */
-Cpu_Core **system_cpu_usage_get(int *ncpu);
-
-/* Gets CPU usage after waiting briefly, for a fresher sample. */
-Cpu_Core **system_cpu_usage_delayed_get(int *ncpu, int usecs);
-
 /* Gets the current state of each CPU core. */
 Cpu_Core **system_cpu_state_get(int *ncpu);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to