mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
android/health: trivial: Remove unneeded NULL assignment
This commit is contained in:
parent
4fd1a95dbc
commit
b294530216
@ -465,7 +465,6 @@ static void free_hdp_list(void *list)
|
||||
sdp_list_t *hdp_list = list;
|
||||
|
||||
sdp_list_free(hdp_list, (sdp_free_func_t)sdp_data_free);
|
||||
hdp_list = NULL;
|
||||
}
|
||||
|
||||
static void register_features(void *data, void *user_data)
|
||||
|
Loading…
Reference in New Issue
Block a user