Update readme

This commit is contained in:
dec05eba
2023-03-17 18:32:24 +01:00
parent 93cb6593a6
commit 5107d24541
2 changed files with 1 additions and 5 deletions

View File

@@ -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;