android/health: trivial: Remove unneeded NULL assignment

This commit is contained in:
Andrei Emeltchenko 2014-06-17 16:56:07 +03:00 committed by Szymon Janc
parent 4fd1a95dbc
commit b294530216

View File

@ -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)