From: Chih-Wei Huang Date: Sun, 10 Jun 2018 09:46:25 +0000 (+0800) Subject: Remove the unused function X-Git-Tag: android-x86-8.1-r1~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e61bd1f9376377344f3a6b60eafbffa1c59660e5;p=android-x86%2Fsystem-bt.git Remove the unused function --- diff --git a/vendor_libs/linux/interface/hci_packetizer.cc b/vendor_libs/linux/interface/hci_packetizer.cc index 0c0a979e7..6016cad6c 100644 --- a/vendor_libs/linux/interface/hci_packetizer.cc +++ b/vendor_libs/linux/interface/hci_packetizer.cc @@ -52,6 +52,7 @@ void HciPacketizer::CbHciPacket(uint8_t *data, size_t len) { packet_ready_cb_(); } +#if 0 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { switch (state_) { case HCI_PREAMBLE: { @@ -89,6 +90,7 @@ void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { } } } +#endif } // namespace hci } // namespace bluetooth