From 06810c7e430959f9f7121d16223f2ed8b73a6bcf Mon Sep 17 00:00:00 2001 From: Marcin Kraglak Date: Wed, 11 Dec 2013 12:45:59 +0100 Subject: [PATCH] android/tester: Remove not needed line --- android/android-tester.c | 1 - 1 file changed, 1 deletion(-) diff --git a/android/android-tester.c b/android/android-tester.c index d7e80fb47..a36c10a86 100644 --- a/android/android-tester.c +++ b/android/android-tester.c @@ -374,7 +374,6 @@ static void emulator(int pipe, int hci_index) } len = write(pipe, EMULATOR_SIGNAL, sizeof(EMULATOR_SIGNAL)); - if (len != sizeof(EMULATOR_SIGNAL)) goto failed; -- 2.47.3