Skip to content

Commit 7514d14

Browse files
committed
remove dead code from CTL example
1 parent 10b0aec commit 7514d14

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/ctl/ctl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ static bool report_pool_stat_failure(const char *label,
6666
reason = "slab statistics";
6767
} else if (hint_level == 2) {
6868
reason = "allocation counters";
69-
} else if (hint_level < 3) {
70-
hint_level = 2;
71-
reason = "allocation counters";
7269
} else {
7370
hint_level = 3;
7471
}

0 commit comments

Comments
 (0)