We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b0aec commit 7514d14Copy full SHA for 7514d14
examples/ctl/ctl.c
@@ -66,9 +66,6 @@ static bool report_pool_stat_failure(const char *label,
66
reason = "slab statistics";
67
} else if (hint_level == 2) {
68
reason = "allocation counters";
69
- } else if (hint_level < 3) {
70
- hint_level = 2;
71
- reason = "allocation counters";
72
} else {
73
hint_level = 3;
74
}
0 commit comments