[tracker/class-signal] functional-tests: class-signal: Removed unused variable
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/class-signal] functional-tests: class-signal: Removed unused variable
- Date: Tue, 24 Aug 2010 16:12:45 +0000 (UTC)
commit d52d278ae0eb005205c44b685b6b322ccbd57231
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]