Skip to content
Snippets Groups Projects
Commit b0fbeb0a authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Unused variable

parent b259bfa2
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,6 @@ static int cmp_logs(const void *p1, const void *p2) { ...@@ -166,7 +166,6 @@ static int cmp_logs(const void *p1, const void *p2) {
* sends and recvs. */ * sends and recvs. */
static void pick_logs(void) { static void pick_logs(void) {
size_t nlogs = mpiuse_nr_logs(); size_t nlogs = mpiuse_nr_logs();
int nranks = mpiuse_nr_ranks();
/* Duplicate of logs. XXX could loop twice to reduce memory use if needed. */ /* Duplicate of logs. XXX could loop twice to reduce memory use if needed. */
reqs_queue = (struct mpiuse_log_entry **) reqs_queue = (struct mpiuse_log_entry **)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment