From b0545099128dfe6380ea0b054ef2790a9c58e074 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 25 Nov 2019 08:30:43 +0100 Subject: [PATCH] vala: Drop Namespace.remove_struct() --- vala/valanamespace.vala | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vala/valanamespace.vala b/vala/valanamespace.vala index 56a905bb4..deff45c29 100644 --- a/vala/valanamespace.vala +++ b/vala/valanamespace.vala @@ -207,16 +207,6 @@ public class Vala.Namespace : Symbol { scope.add (st.name, st); } - /** - * Removes the specified struct from this namespace. - * - * @param st a struct - */ - public void remove_struct (Struct st) { - structs.remove (st); - scope.remove (st.name); - } - /** * Adds the specified enum to this namespace. * -- 2.47.2