Skip to content

Commit

Permalink
fix tiny bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed Jul 29, 2013
1 parent 9948e4d commit 4de486f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/segmentor/segmentor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ Model * Segmentor::truncate(void) {
new_model->param.realloc(new_model->space.dim());
TRACE_LOG("Parameter dimension of new model is [%d]", new_model->space.dim());

num_added_features = 0;
for (FeatureSpaceIterator itx = new_model->space.begin();
itx != new_model->space.end();
++ itx) {
Expand Down

0 comments on commit 4de486f

Please sign in to comment.