Skip to content

Commit

Permalink
Minor: unnecessary trace message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Pamnany committed Apr 13, 2017
1 parent 86a0399 commit d8c7b8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/dtreetest.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ int main(int argc, char **argv)
num_items = dtree_initwork(scheduler, &cur_item, &last_item);
int run_dtree = dtree_run(scheduler);

DTREE_TRACE(scheduler, "[%04d] init: %lld \n", my_rank, num_items);

uint64_t tinit_done = rdtsc();
uint64_t wi_done = num_items;

Expand Down

0 comments on commit d8c7b8e

Please sign in to comment.