Skip to content

Commit

Permalink
removed unneeded initialization of vars
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Feb 19, 2020
1 parent 1a3799d commit cac94b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clib/pio_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ int create_file_handler(iosystem_desc_t *ios)
int use_ext_ncid;
char ncidp_present;
#ifdef NETCDF_INTEGRATION
int iosysid = 0;
int iosysid;
#endif /* NETCDF_INTEGRATION */
int mpierr;

Expand Down Expand Up @@ -1982,7 +1982,7 @@ int open_file_handler(iosystem_desc_t *ios)
int mode;
int use_ext_ncid;
#ifdef NETCDF_INTEGRATION
int iosysid = 0;
int iosysid;
#endif /* NETCDF_INTEGRATION */
int mpierr;

Expand Down

0 comments on commit cac94b3

Please sign in to comment.