[libgda] GdaDavePivot: Removed set but not used variables.



commit 27cf184bcf29ac697f5f35579736016c460420a1
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 11 11:37:55 2011 +0200

    GdaDavePivot: Removed set but not used variables.

 libgda/gda-data-pivot.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/libgda/gda-data-pivot.c b/libgda/gda-data-pivot.c
index e2f0902..2e04770 100644
--- a/libgda/gda-data-pivot.c
+++ b/libgda/gda-data-pivot.c
@@ -1926,15 +1926,13 @@ gda_data_pivot_populate (GdaDataPivot *pivot, GError **error)
 		}
 	}
 	for (; i < (guint) ncols; i++) {
-		GdaColumn *acolumn, *ecolumn;
+		GdaColumn *ecolumn;
 		ecolumn = g_array_index (pivot->priv->columns, GdaColumn*, i);
-		acolumn = gda_data_model_describe_column (results, i);
 
 		gint j;
 		for (j = 0; j < nrows; j++) {
-			GdaRow *arow, *erow;
+			GdaRow *arow;
 			GValue *av;
-			erow = g_array_index (first_rows, GdaRow*, j);
 			arow = gda_data_model_array_get_row ((GdaDataModelArray*) results, j, NULL);
 			av = gda_row_get_value (arow, i);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]