From e25f56c20f613e1a1278c4ae9b7f0a6131525664 Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Sun, 24 Jan 2021 21:51:09 +0100
Subject: [PATCH] chore(mp-ble): remove dead code

---
 pycardium/modules/modbluetooth_card10.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pycardium/modules/modbluetooth_card10.c b/pycardium/modules/modbluetooth_card10.c
index 66f86ef8a..c5dc5eaa2 100644
--- a/pycardium/modules/modbluetooth_card10.c
+++ b/pycardium/modules/modbluetooth_card10.c
@@ -534,13 +534,6 @@ int mp_bluetooth_gatts_read(
 	return mp_bluetooth_gatts_db_read(
 		GATTS_DB, value_handle, value, value_len
 	);
-#if 0
-	uint16_t pLen;
-	uint8_t ret = AttsGetAttr(value_handle, &pLen, value);
-
-	*value_len = pLen;
-	return ret;
-#endif
 }
 // Write a value to the local gatts db (ready to be queried by a central).
 int mp_bluetooth_gatts_write(
-- 
GitLab