1

Fork of nRF51822 by Nordic Semiconductor

Revision:
359:64918eb1ead2
Parent:
354:ed9e316324cd
Child:
361:d2405f5a4853
--- a/nRF51GattServer.cpp	Fri Jun 19 15:55:37 2015 +0100
+++ b/nRF51GattServer.cpp	Fri Jun 19 15:55:37 2015 +0100
@@ -418,11 +418,4 @@
             }
         }
     }
-}
-
-ble_error_t
-nRF51GattServer::initializeGATTDatabase(void)
-{
-    /* Empty. Services are populated in the GattDatabase through addService(). */
-    return BLE_ERROR_NONE;
 }
\ No newline at end of file