Skip to content

Commit c262074

Browse files
committed
cuda - remove unused struct members
1 parent 8b7d334 commit c262074

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

backends/cuda-shared/ceed-cuda-shared.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ typedef struct {
3232
CeedScalar *d_collo_grad_1d;
3333
CeedScalar *d_q_weight_1d;
3434
CeedScalar *d_chebyshev_interp_1d;
35-
CeedScalar *c_B;
36-
CeedScalar *c_G;
3735
CeedInt num_elem_at_points;
3836
CeedInt *h_points_per_elem;
3937
CeedInt *d_points_per_elem;

0 commit comments

Comments
 (0)