changeset 19505:9f8ec58b5c74

__ichol__.cc: Removed unused variables causing compilation warnings. * __ichol__.cc (ichol_0): Remove Llist_len variable. * __ichol__.cc (ichol_t): Remove Llist_len, jw variables.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 10 Nov 2014 17:03:54 +0100
parents 39a69f54417e
children 36d1f379a4f0
files libinterp/dldfcn/__ichol__.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/__ichol__.cc
+++ b/libinterp/dldfcn/__ichol__.cc
@@ -79,7 +79,7 @@
 {
 
   const octave_idx_type n = sm.cols ();
-  octave_idx_type j1, jend, j2, jrow, jjrow, j, jw, i, k, jj, Llist_len, r;
+  octave_idx_type j1, jend, j2, jrow, jjrow, j, jw, i, k, jj, r;
   T tl;
   char opt;
   enum {OFF, ON};
@@ -244,7 +244,7 @@
 {
 
   const octave_idx_type n = sm.cols ();
-  octave_idx_type j, jrow, jend, jjrow, jw, i, k, jj, Llist_len, total_len,
+  octave_idx_type j, jrow, jend, jjrow, i, k, jj, total_len,
                   w_len, max_len, ind;
   char opt;
   enum {OFF, ON};