Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3a86d1e authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Remove unnecessary extern declarations

Test: manual
Change-Id: I21bdb5952fff359a9ee7091d740ecac13aad640a
parent 631d25b4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -32,8 +32,6 @@ using base::Bind;
using base::Owned;
using std::vector;

extern bt_status_t do_in_jni_thread(const base::Closure& task);

namespace {

template <typename T>
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ using base::Owned;
using std::vector;
using RegisterCallback = BleScannerInterface::RegisterCallback;

extern bt_status_t do_in_jni_thread(const base::Closure& task);
extern const btgatt_callbacks_t* bt_gatt_callbacks;

#define SCAN_CBACK_IN_JNI(P_CBACK, ...)                              \
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ using base::Bind;
using base::Owned;
using std::vector;

extern bt_status_t do_in_jni_thread(const base::Closure& task);
extern bt_status_t btif_gattc_test_command_impl(int command,
                                                btgatt_test_params_t* params);
extern const btgatt_callbacks_t* bt_gatt_callbacks;
+0 −2
Original line number Diff line number Diff line
@@ -52,8 +52,6 @@ using base::Bind;
using base::Owned;
using std::vector;

extern bt_status_t do_in_jni_thread(const base::Closure& task);

/*******************************************************************************
 *  Constants & Macros
 ******************************************************************************/