aboutsummaryrefslogtreecommitdiff
path: root/devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp')
-rw-r--r--devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp b/devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp
deleted file mode 100644
index b288f60b8ec9..000000000000
--- a/devel/lace14/files/patch-benchmarks_fib_fib-lace.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- benchmarks/fib/fib-lace.cpp.orig 2025-05-23 10:53:18 UTC
-+++ benchmarks/fib/fib-lace.cpp
-@@ -35,7 +35,7 @@ int main(int argc, char **argv)
- int workers = 1;
- int dqsize = 100000;
-
-- char c;
-+ signed char c;
- while ((c=getopt(argc, argv, "w:q:h")) != -1) {
- switch (c) {
- case 'w':