From d0de86d6def8ed2629aa6eebc3e28f7de32c8e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20L=C3=BCtke=20Dreimann?= Date: Mon, 18 Aug 2025 12:07:18 +0200 Subject: [PATCH] removed old code --- repos/hello_gpgpu/src/producer/main.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/repos/hello_gpgpu/src/producer/main.cc b/repos/hello_gpgpu/src/producer/main.cc index 59dc1dfd36..83f8e0b952 100644 --- a/repos/hello_gpgpu/src/producer/main.cc +++ b/repos/hello_gpgpu/src/producer/main.cc @@ -121,8 +121,6 @@ struct producer Libc::with_libc([&] { - srand(time(NULL)); - int flip = 0; for (;;)