diff options
Diffstat (limited to 'bcache-super-show.c')
-rw-r--r-- | bcache-super-show.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bcache-super-show.c b/bcache-super-show.c index d5cfb4b..95e54d4 100644 --- a/bcache-super-show.c +++ b/bcache-super-show.c @@ -157,7 +157,5 @@ int main(int argc, char **argv) uuid_unparse(sb.set_uuid, uuid); printf("cset.uuid\t\t%s\n", uuid); - printf("cset.cache_count\t%u\n\n", sb.nr_in_set); - return 0; } |