diff --git a/src/Tree.cpp b/src/Tree.cpp index d0577695..4a296214 100644 --- a/src/Tree.cpp +++ b/src/Tree.cpp @@ -121,7 +121,6 @@ this->data = data; this->n_cols_total = data->n_cols_x; this->n_rows_total = data->n_rows; - this->seed = seed; this->mtry = mtry; this->sample_with_replacement = sample_with_replacement;