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

index 6d3a1b2767f8324d1f0f3c0cae2c793967f08008..b85850b40b299c123950b57852ce4f728a2c2da7 100644 (file)
@@ -171,7 +171,6 @@ class Vala.Compiler {
                        }
                }
 
-               context.library = library;
                context.assert = !disable_assert;
                context.checking = enable_checking;
                context.deprecated = deprecated;
index adc606381b486eb5121ae714d0364bc2b7ffb936..f8fecf4155a13193ed47af0b0e94e5992cafa3db 100644 (file)
@@ -27,14 +27,6 @@ using Gee;
  * The root of the code tree.
  */
 public class Vala.CodeContext {
-       /**
-        * Specifies the name of the library to be built.
-        *
-        * Public header files of a library will be assumed to be installed in
-        * a subdirectory named like the library.
-        */
-       public string library { get; set; }
-
        /**
         * Enable automatic memory management.
         */