[mlpack-svn] r10748 - mlpack/trunk/src/mlpack/core/arma_extend/sparse

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Dec 13 06:30:22 EST 2011


Author: rcurtin
Date: 2011-12-13 06:30:22 -0500 (Tue, 13 Dec 2011)
New Revision: 10748

Modified:
   mlpack/trunk/src/mlpack/core/arma_extend/sparse/SpSubview_meat.hpp
Log:
Unused variables.


Modified: mlpack/trunk/src/mlpack/core/arma_extend/sparse/SpSubview_meat.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/arma_extend/sparse/SpSubview_meat.hpp	2011-12-13 11:18:03 UTC (rev 10747)
+++ mlpack/trunk/src/mlpack/core/arma_extend/sparse/SpSubview_meat.hpp	2011-12-13 11:30:22 UTC (rev 10748)
@@ -164,8 +164,6 @@
   {
   arma_extra_debug_sigprint();
 
-  const uword start_row = aux_row1;
-  const uword end_row   = aux_row1 + n_rows;
   const uword start_col = aux_col1;
   const uword end_col   = aux_col1 + n_cols;
 




More information about the mlpack-svn mailing list