aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-03-17 18:32:24 +0100
committerdec05eba <dec05eba@protonmail.com>2023-03-17 18:32:24 +0100
commit5107d24541b8c89c5c800b5e4719b58fd007ae55 (patch)
treebedff9ff573cfc691c1d5324fc7ef572ddba091e /src
parent93cb6593a642018e3373fb7099e1c0687b367176 (diff)
Update readme
Diffstat (limited to 'src')
-rw-r--r--src/overclock.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/overclock.c b/src/overclock.c
index 5957f92..8517876 100644
--- a/src/overclock.c
+++ b/src/overclock.c
@@ -12,10 +12,6 @@
// Fields are 0 if not set
-static min_int(int a, int b) {
- return a < b ? a : b;
-}
-
typedef struct {
int perf;