core: drop an unnecessary pointer assignment
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 28 Feb 2019 14:28:50 +0000 (15:28 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 28 Feb 2019 14:28:50 +0000 (15:28 +0100)
commita48d7b65fe82e7485ad6b0849a5005b9146c6fc9
tree512cc51311644ea31965e9bb6c6d7479f4b7fbcf
parent2ae8b88d759255ca1e6396595d0f4fdb7711eff8
core: drop an unnecessary pointer assignment

The whole line structure is zeroed in the line above, so there's no
need to set the fd_handle pointer to NULL.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
src/lib/core.c