summaryrefslogtreecommitdiff
path: root/emulator/bthost.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-11-03 17:20:56 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-11-04 11:01:22 +0200
commit0cedfa447243cfb984f17b6438851f7988ee7860 (patch)
tree1bc35e86aab3c3c68858b6cd99650ca9ec790a70 /emulator/bthost.c
parent5aa62eb4270ba27022bab708e12349151c036937 (diff)
downloadbluez-0cedfa447243cfb984f17b6438851f7988ee7860.tar.gz
emulator/bthost: Remove empty bthost_stop function
Diffstat (limited to 'emulator/bthost.c')
-rw-r--r--emulator/bthost.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/emulator/bthost.c b/emulator/bthost.c
index 104916bdc..2022e6b5c 100644
--- a/emulator/bthost.c
+++ b/emulator/bthost.c
@@ -2386,7 +2386,3 @@ void bthost_send_rfcomm_data(struct bthost *bthost, uint16_t handle,
free(uih_frame);
}
-
-void bthost_stop(struct bthost *bthost)
-{
-}