Skip to content

Commit

Permalink
Removed unused variable from CTask
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 22, 2012
1 parent 0c3cb28 commit 82a598b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shogun/transfer/multitask/Task.cpp
Expand Up @@ -27,7 +27,6 @@ CTask::CTask(index_t min_index, index_t max_index,

REQUIRE(min_index<max_index, "min index should be less than max index");
m_indices = SGVector<index_t>(max_index-min_index);
int32_t j=0;
for (int32_t i=0; i<m_indices.vlen; i++)
m_indices[i] = i+min_index;
m_weight = weight;
Expand Down

0 comments on commit 82a598b

Please sign in to comment.