Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baallan committed Dec 22, 2024
1 parent d4383bd commit 390f65d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ldms/src/ldmsd/ldms_ls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ void print_cb(ldms_t t, ldms_set_t s, int rc, void *arg)
printf("\n");
break;
case sf_tab:
// fixme; maybe falthru normal?
break;
case sf_json:
break;
Expand Down Expand Up @@ -1231,7 +1230,7 @@ void print_set(struct ldms_dir_set_s *set_data)
{
if (!verbose) {
switch (format) {
case sf_normal: /* fall through */
case sf_normal:
printf("%s\n", set_data->inst_name);
break;
case sf_tab:
Expand Down

0 comments on commit 390f65d

Please sign in to comment.