From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sat, 8 Jan 2011 01:25:20 +0200 From: Johan Hedberg To: Claudio Takahasi Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH 1/2] Remove unused variable from browse_req structure Message-ID: <20110107232520.GA10045@jh-x301> References: <1294441204-31780-1-git-send-email-claudio.takahasi@openbossa.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1294441204-31780-1-git-send-email-claudio.takahasi@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Claudio, On Fri, Jan 07, 2011, Claudio Takahasi wrote: > --- > src/device.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/src/device.c b/src/device.c > index c33b22b..4d53228 100644 > --- a/src/device.c > +++ b/src/device.c > @@ -103,7 +103,6 @@ struct browse_req { > int search_uuid; > int reconnect_attempt; > guint listener_id; > - guint timer; > }; > > struct btd_device { Pushed upstream. Thanks. Johan