summaryrefslogtreecommitdiff
path: root/vala/valatypeofexpression.vala
diff options
context:
space:
mode:
Diffstat (limited to 'vala/valatypeofexpression.vala')
-rw-r--r--vala/valatypeofexpression.vala4
1 files changed, 1 insertions, 3 deletions
diff --git a/vala/valatypeofexpression.vala b/vala/valatypeofexpression.vala
index 9331a8f39..99d9145e3 100644
--- a/vala/valatypeofexpression.vala
+++ b/vala/valatypeofexpression.vala
@@ -1,6 +1,6 @@
/* valatypeofexpression.vala
*
- * Copyright (C) 2006-2008 Jürg Billeter
+ * Copyright (C) 2006-2009 Jürg Billeter
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -80,8 +80,6 @@ public class Vala.TypeofExpression : Expression {
value_type = analyzer.type_type;
- analyzer.current_source_file.add_type_dependency (type_reference, SourceFileDependencyType.SOURCE);
-
return !error;
}
}