aboutsummaryrefslogtreecommitdiff
path: root/src/mtx_repmat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtx_repmat.c')
-rw-r--r--src/mtx_repmat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mtx_repmat.c b/src/mtx_repmat.c
index 3ab686f..9b92cd8 100644
--- a/src/mtx_repmat.c
+++ b/src/mtx_repmat.c
@@ -77,7 +77,6 @@ static void writeRepeatIntoMatrix (int repeat_rows, int repeat_cols, int rows, i
{
int row_cnt;
int col_cnt;
- int idx = 0;
int new_col = columns * repeat_cols;
t_atom *ptr = y;