summaryrefslogtreecommitdiff
path: root/vala/valastruct.vala
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2011-06-22 12:52:54 +0200
committerLuca Bruno <lucabru@src.gnome.org>2011-06-25 14:01:21 +0200
commitcabc02707224c55e526924fb3a71cdc2f9c36af4 (patch)
tree1e6ba6e4f187e3187441590fa9811bec3a952213 /vala/valastruct.vala
parentcc0db5c098ae237a2e1c32ffdfbace2717d805a8 (diff)
downloadvala-cabc02707224c55e526924fb3a71cdc2f9c36af4.tar.gz
Remove code that references unused ByRef and InstanceByReference
Diffstat (limited to 'vala/valastruct.vala')
-rw-r--r--vala/valastruct.vala4
1 files changed, 0 insertions, 4 deletions
diff --git a/vala/valastruct.vala b/vala/valastruct.vala
index c94bc0f4a..a492233fb 100644
--- a/vala/valastruct.vala
+++ b/vala/valastruct.vala
@@ -701,10 +701,6 @@ public class Vala.Struct : TypeSymbol {
return true;
}
}
- if (get_attribute ("ByRef") != null) {
- // used by time_t
- return false;
- }
if (CodeContext.get ().profile == Profile.DOVA) {
return true;
}