Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 27, 2023
1 parent 3af44cc commit 4cce50a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ctest.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ void test_simple_bindexed()

void test_simple_bindexed2()
{
int mpierr;
int blocksize=1;
int len=4;
int displace[len];
Expand Down Expand Up @@ -492,7 +491,6 @@ void test_simple_struct()

void test_complex_struct()
{
MPI_Datatype sstruct;
typedef struct {long a; long b; char c; int d; int e;} st;
typedef struct {st a; int b; char c;} st2;
st s1 = {.a = 100, .b = 200, .c = 'x', .d = 45, .e = 50};
Expand Down

0 comments on commit 4cce50a

Please sign in to comment.