]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
semanticanalyzer: Drop unused error_type field
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 11 Feb 2018 17:26:09 +0000 (18:26 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 11 Feb 2018 20:09:12 +0000 (21:09 +0100)
vala/valasemanticanalyzer.vala

index 5424d7fd0b718fdb7cd99fcbc3c98dca020d397b..a0535ad4224b0fdbc9c89804d28452637b4ccc10 100644 (file)
@@ -160,7 +160,6 @@ public class Vala.SemanticAnalyzer : CodeVisitor {
        public Class gerror_type;
        public DataType list_type;
        public DataType tuple_type;
-       public DataType error_type;
        public Class gsource_type;
 
        // keep replaced alive to make sure they remain valid