From 48eb05b0b07adbb069f27644ffc6fbf0ada91de1 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 6 Nov 2013 16:38:51 +0200 Subject: [PATCH] android: Remove useless device.{c,h} files --- android/Makefile.am | 4 ++-- android/device.c | 25 ------------------------- android/device.h | 24 ------------------------ 3 files changed, 2 insertions(+), 51 deletions(-) delete mode 100644 android/device.c delete mode 100644 android/device.h diff --git a/android/Makefile.am b/android/Makefile.am index 3c513908d..861964163 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -79,8 +79,8 @@ android_haltest_LDFLAGS = -pthread endif -EXTRA_DIST += android/Android.mk android/device.c android/adapter.c\ - android/main.c android/hal-msg.h android/hal.h +EXTRA_DIST += android/Android.mk android/adapter.c android/main.c \ + android/hal-msg.h android/hal.h EXTRA_DIST += android/hal-bluetooth.c \ android/hal-sock.c \ diff --git a/android/device.c b/android/device.c deleted file mode 100644 index f9ca3ecf2..000000000 --- a/android/device.c +++ /dev/null @@ -1,25 +0,0 @@ -/* - * - * BlueZ - Bluetooth protocol stack for Linux - * - * Copyright (C) 2013 Intel Corporation. All rights reserved. - * - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -struct bt_device { -}; diff --git a/android/device.h b/android/device.h deleted file mode 100644 index f5b1da644..000000000 --- a/android/device.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * - * BlueZ - Bluetooth protocol stack for Linux - * - * Copyright (C) 2013 Intel Corporation. All rights reserved. - * - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -struct bt_device; -- 2.47.3