[vala] Remove unused CodeContext.library property



commit c57404be5e6df2b9ed0529a753a545e45bef5a77
Author: Jürg Billeter <j bitron ch>
Date:   Sat May 9 16:49:59 2009 +0200

    Remove unused CodeContext.library property
---
 compiler/valacompiler.vala |    1 -
 vala/valacodecontext.vala  |    8 --------
 2 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala
index 6d3a1b2..b85850b 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -171,7 +171,6 @@ class Vala.Compiler {
 			}
 		}
 
-		context.library = library;
 		context.assert = !disable_assert;
 		context.checking = enable_checking;
 		context.deprecated = deprecated;
diff --git a/vala/valacodecontext.vala b/vala/valacodecontext.vala
index adc6063..f8fecf4 100644
--- a/vala/valacodecontext.vala
+++ b/vala/valacodecontext.vala
@@ -28,14 +28,6 @@ using Gee;
  */
 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.
 	 */
 	public bool memory_management { get; set; }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]