From c7b5bf9bd41092acc22c6b961a0a7b89de025bc3 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Sun, 2 Mar 2014 22:50:50 +0100 Subject: [PATCH] android/socket: Remove leftover function declaration --- android/socket.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/socket.h b/android/socket.h index d3ed9b404..a1eca5a62 100644 --- a/android/socket.h +++ b/android/socket.h @@ -28,7 +28,5 @@ struct hal_sock_connect_signal { int status; } __attribute__((packed)); -void bt_sock_handle_cmd(int sk, uint8_t opcode, void *buf, uint16_t len); - void bt_socket_register(struct ipc *ipc, const bdaddr_t *addr); void bt_socket_unregister(void); -- 2.47.3