[tracker/rss-enclosures] functional-tests: class-signal: Removed unused variable



commit fbf1bec537718412dbd354cec424dcc191197d20
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue Aug 24 18:12:27 2010 +0200

    functional-tests: class-signal: Removed unused variable

 tests/functional-tests/class-signal-test.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/class-signal-test.vala b/tests/functional-tests/class-signal-test.vala
index 1cdbbfe..f5d1cfd 100644
--- a/tests/functional-tests/class-signal-test.vala
+++ b/tests/functional-tests/class-signal-test.vala
@@ -23,6 +23,7 @@ using Tracker.Sparql;
 const int max_signals = 10000;
 const string title_data = "title";
 
+
 struct Event {
 	int subject_id;
 	int pred_id;
@@ -101,7 +102,6 @@ public class TestApp {
 	private int iter_cursor (string kind, Cursor cursor) {
 		try {
 			while (cursor.next()) {
-				int i;
 				string resource = cursor.get_string (0);
 
 				print ("%s <%s> nie:title '%s'\n",



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