Skip to content

Commit

Permalink
removed unneeded prototype for removed function
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 6, 2019
1 parent 42a43de commit c370336
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/clib/pio_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ extern "C" {
/* Find greatest commond divisor for long long. */
long long lgcd (long long a, long long b );

/* Find greatest commond divisor in an array. */
int gcd_array(int nain, int *ain);

/* Convert a global coordinate value into a local array index. */
PIO_Offset coord_to_lindex(int ndims, const PIO_Offset *lcoord, const PIO_Offset *count);

Expand Down

0 comments on commit c370336

Please sign in to comment.