gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 41/164: Fixed compiler bug


From: gnunet
Subject: [gnunet] 41/164: Fixed compiler bug
Date: Fri, 30 Jul 2021 15:31:47 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 8d5f22bd033f10e5d3919dd619281c743afe631f
Author: Elias Summermatter <elias.summermatter@seccom.ch>
AuthorDate: Tue Apr 20 09:51:10 2021 +0200

    Fixed compiler bug
---
 src/setu/perf_setu_api.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c
index 9b520d899..ebd4158aa 100644
--- a/src/setu/perf_setu_api.c
+++ b/src/setu/perf_setu_api.c
@@ -425,9 +425,6 @@ static void run_petf_thread(int total_runs) {
 //Father code (before child processes start)
     for (int processed = 0; processed < total_runs;) {
         for (int id = 0; id < core_count; id++) {
-            perf_thread();
-        }
-
             if(processed >= total_runs) break;
 
             if ((child_pid = fork()) == 0) {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]