Return-Path: Date: Tue, 9 Oct 2012 18:39:37 +0200 From: Johan Hedberg To: Szymon Janc Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH 0/9] Remove some old code Message-ID: <20121009163937.GA11843@x220.c.hospitality.swisscom.com> References: <1349784722-14578-1-git-send-email-szymon.janc@tieto.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1349784722-14578-1-git-send-email-szymon.janc@tieto.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Szymon, On Tue, Oct 09, 2012, Szymon Janc wrote: > This removes some unused or not needed old code. > > Szymon Janc (9): > Simplify checking if found device is legacy > Pass confirm name as gboolean value > event: Don't store EIR in btd_event_device_found > storage: Remove not used read_remote_eir > storage: Remove not used write_version_info > storage: Remove not used write_features_info > storage: Remove not used read_remote_features > adapter: Remove not used btd_adapter_switch_{online,offline} > functions > device: Remove not used device_set_class function > > src/adapter.c | 95 +++++------------------------------ > src/adapter.h | 8 ++- > src/device.c | 12 ----- > src/device.h | 1 - > src/event.c | 27 ++-------- > src/event.h | 6 +-- > src/mgmt.c | 13 ++--- > src/storage.c | 156 --------------------------------------------------------- > src/storage.h | 11 ---- > 9 files changed, 26 insertions(+), 303 deletions(-) All patches except the gboolean/bool one have been applied. Thanks. Johan