]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vala: Drop unused Enum.remove_all_values()
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 2 Jan 2019 13:25:47 +0000 (14:25 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 2 Jan 2019 14:36:30 +0000 (15:36 +0100)
vala/valaenum.vala

index ad0a6b6d85e7298c4acace06a9d6ae6a6fb452f0..508ef12ef249998b238d248afec32231600b61fe 100644 (file)
@@ -111,11 +111,6 @@ public class Vala.Enum : TypeSymbol {
                return values;
        }
 
-       // used by vapigen
-       public void remove_all_values () {
-               values.clear ();
-       }
-
        /**
         * Returns a copy of the list of methods.
         *