Skip to content

Commit 1709feb

Browse files
authored
Merge pull request #3166 from hppritcha/topic/swat_state_orted_comp_warning
ORTED: swat another compiler warning
2 parents 1f7378d + 5daaf7f commit 1709feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orte/mca/state/orted/state_orted.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011-2012 Los Alamos National Security, LLC.
2+
* Copyright (c) 2011-2017 Los Alamos National Security, LLC.
33
* All rights reserved.
44
* Copyright (c) 2014-2017 Intel, Inc. All rights reserved.
55
* $COPYRIGHT$
@@ -254,7 +254,7 @@ static void track_procs(int fd, short argc, void *cbdata)
254254
orte_job_t *jdata;
255255
orte_proc_t *pdata, *pptr;
256256
opal_buffer_t *alert;
257-
int rc, i, j;
257+
int rc, i;
258258
orte_plm_cmd_flag_t cmd;
259259
char *rtmod;
260260
orte_std_cntr_t index;

0 commit comments

Comments
 (0)