Skip to content

Commit

Permalink
Removed useless nulling
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jun 25, 2012
1 parent 845c6c5 commit 19a6e35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shogun/lib/SGSparseMatrix.h
Expand Up @@ -95,7 +95,6 @@ template <class T> class SGSparseMatrix : public SGReferencedData
(&sparse_matrix[i])->~SGSparseVector<T>();

SG_FREE(sparse_matrix);
sparse_matrix = NULL;
num_vectors = 0;
num_features = 0;
}
Expand Down

0 comments on commit 19a6e35

Please sign in to comment.