Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/9] Remove some old code
@ 2012-10-09 12:11 Szymon Janc
  2012-10-09 12:11 ` [PATCH 1/9] Simplify checking if found device is legacy Szymon Janc
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Szymon Janc @ 2012-10-09 12:11 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

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(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2012-10-10 10:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 12:11 [PATCH 0/9] Remove some old code Szymon Janc
2012-10-09 12:11 ` [PATCH 1/9] Simplify checking if found device is legacy Szymon Janc
2012-10-09 12:11 ` [PATCH 2/9] Pass confirm name as gboolean value Szymon Janc
2012-10-09 14:51   ` Marcel Holtmann
2012-10-09 15:49     ` Lucas De Marchi
2012-10-09 16:12       ` Marcel Holtmann
2012-10-10  9:57     ` Szymon Janc
2012-10-10 10:04       ` Marcel Holtmann
2012-10-09 12:11 ` [PATCH 3/9] event: Don't store EIR in btd_event_device_found Szymon Janc
2012-10-09 12:11 ` [PATCH 4/9] storage: Remove not used read_remote_eir Szymon Janc
2012-10-09 12:11 ` [PATCH 5/9] storage: Remove not used write_version_info Szymon Janc
2012-10-09 12:11 ` [PATCH 6/9] storage: Remove not used write_features_info Szymon Janc
2012-10-09 12:12 ` [PATCH 7/9] storage: Remove not used read_remote_features Szymon Janc
2012-10-09 12:12 ` [PATCH 8/9] adapter: Remove not used btd_adapter_switch_{online,offline} functions Szymon Janc
2012-10-09 12:12 ` [PATCH 9/9] device: Remove not used device_set_class function Szymon Janc
2012-10-09 14:30 ` [PATCH 0/9] Remove some old code Vinicius Costa Gomes
2012-10-09 16:39 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox