diff options
Diffstat (limited to 'gr-fec/lib/ldpc_G_matrix_impl.h')
-rw-r--r-- | gr-fec/lib/ldpc_G_matrix_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-fec/lib/ldpc_G_matrix_impl.h b/gr-fec/lib/ldpc_G_matrix_impl.h index b9b119dfd5..5c2c44fef1 100644 --- a/gr-fec/lib/ldpc_G_matrix_impl.h +++ b/gr-fec/lib/ldpc_G_matrix_impl.h @@ -62,7 +62,6 @@ namespace gr { // GSL matrix structure for transpose of G gsl_matrix *d_G_transp_ptr; - gsl_matrix *d_G_ptr; gsl_matrix *d_H_obj; //! Get the generator matrix (used during encoding) |