[vala/wip/transform: 74/81] Don't set source ref in Block.get_error_types
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/transform: 74/81] Don't set source ref in Block.get_error_types
- Date: Thu, 30 Jan 2014 22:23:15 +0000 (UTC)
commit f9939dec0066d77d50972aed4f96944eedb63deb
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]