[vala/staging: 67/67] Don't set source ref in Block.get_error_types



commit e32d1c21df9ccbbda817e04509513ceddd50d7d0
Author: Luca Bruno <lucabru src gnome org>
Date:   Fri Nov 2 17:41:27 2012 +0100

    Don't set source ref in Block.get_error_types

 vala/valablock.vala |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/vala/valablock.vala b/vala/valablock.vala
index 488c499..0109971 100644
--- a/vala/valablock.vala
+++ b/vala/valablock.vala
@@ -172,9 +172,6 @@ public class Vala.Block : Symbol, Statement {
 	}
 
 	public override void get_error_types (Collection<DataType> collection, SourceReference? source_reference = null) {
-		if (source_reference == null) {
-			source_reference = this.source_reference;
-		}
 		// use get_statements () instead of statement_list to not miss errors within StatementList objects
 		foreach (Statement stmt in this) {
 			stmt.get_error_types (collection, source_reference);



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