aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;