]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Remove unused CodeContext.memory_management property
authorJürg Billeter <j@bitron.ch>
Sat, 9 May 2009 14:55:20 +0000 (16:55 +0200)
committerJürg Billeter <j@bitron.ch>
Sat, 9 May 2009 14:55:20 +0000 (16:55 +0200)
vala/valacodecontext.vala

index f8fecf4155a13193ed47af0b0e94e5992cafa3db..62a6ac670dbab377aa4a9d9fc2393b697628d2e6 100644 (file)
@@ -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.
         */