Skip to content

Commit

Permalink
numastat: Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Aug 25, 2022
1 parent 6643445 commit 248c294
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions numastat.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,11 +398,6 @@ static void sort_rows_descending_by_col(vtab_p table, int start_row, int stop_ro
}
}

static void span(vtab_p table, int first_row, int first_col, int last_row, int last_col)
{
// FIXME: implement row / col spannnig someday?
}

static void init_table(vtab_p table, int header_rows, int header_cols, int data_rows, int data_cols)
{
// init table sizes
Expand Down

0 comments on commit 248c294

Please sign in to comment.