Remove unused code

This commit is contained in:
HuangXin 2019-01-17 15:44:15 +08:00
parent 93b1829c5d
commit daf4e9014c
1 changed files with 3 additions and 3 deletions

View File

@ -136,17 +136,17 @@ const char* hal_get_device_id(void)
const char* hal_get_device_secret(void) const char* hal_get_device_secret(void)
{ {
return g_pDeviceSecret;//"266726e07bf3210192e0868d9f7315f7"; return g_pDeviceSecret;
} }
const char* hal_get_device_name(void) const char* hal_get_device_name(void)
{ {
return g_pDeviceName;//"e0d7930776e745508ef930e1b0efaf65"; return g_pDeviceName;
} }
const char* hal_get_device_iot_id(void) const char* hal_get_device_iot_id(void)
{ {
return g_pIoTId;//"f65250e202664a229446b6bd2d6bccc4"; return g_pIoTId;
} }
int hal_device_name_to_id(void) int hal_device_name_to_id(void)