From: Jürg Billeter Date: Sat, 9 May 2009 14:55:20 +0000 (+0200) Subject: Remove unused CodeContext.memory_management property X-Git-Tag: 0.7.3~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e07d9b2cd4e63a8282ff3ead31e33d454a2a433;p=thirdparty%2Fvala.git Remove unused CodeContext.memory_management property --- diff --git a/vala/valacodecontext.vala b/vala/valacodecontext.vala index f8fecf415..62a6ac670 100644 --- a/vala/valacodecontext.vala +++ b/vala/valacodecontext.vala @@ -27,11 +27,6 @@ using Gee; * The root of the code tree. */ public class Vala.CodeContext { - /** - * Enable automatic memory management. - */ - public bool memory_management { get; set; } - /** * Enable run-time checks for programming errors. */