vala r1812 - in trunk: . vala
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1812 - in trunk: . vala
- Date: Sun, 28 Sep 2008 13:37:21 +0000 (UTC)
Author: juergbi
Date: Sun Sep 28 13:37:21 2008
New Revision: 1812
URL: http://svn.gnome.org/viewvc/vala?rev=1812&view=rev
Log:
2008-09-28 JÃrg Billeter <j bitron ch>
* vala/valatypeparameter.vala:
* vala/valatypesymbol.vala:
Remove unused array_types fields, patch by Marc-Andrà Lureau
Modified:
trunk/ChangeLog
trunk/vala/valatypeparameter.vala
trunk/vala/valatypesymbol.vala
Modified: trunk/vala/valatypeparameter.vala
==============================================================================
--- trunk/vala/valatypeparameter.vala (original)
+++ trunk/vala/valatypeparameter.vala Sun Sep 28 13:37:21 2008
@@ -32,9 +32,6 @@
*/
public weak TypeSymbol type;
- /* holds the array types of this type; each rank is a separate one */
- private Map<int,Array> array_types;
-
/**
* Creates a new generic type parameter.
*
Modified: trunk/vala/valatypesymbol.vala
==============================================================================
--- trunk/vala/valatypesymbol.vala (original)
+++ trunk/vala/valatypesymbol.vala Sun Sep 28 13:37:21 2008
@@ -31,9 +31,6 @@
public abstract class Vala.TypeSymbol : Symbol {
private Gee.List<string> cheader_filenames = new ArrayList<string> ();
- /* holds the array types of this type; each rank is a separate one */
- private Map<int,Array> array_types;
-
/**
* Returns the name of this data type as it is used in C code.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]