dlog_logger: cleanup config line handling 56/288056/1
authorMichal Bloch <m.bloch@samsung.com>
Wed, 8 Feb 2023 12:54:09 +0000 (13:54 +0100)
committerMichal Bloch <m.bloch@samsung.com>
Thu, 9 Feb 2023 17:57:08 +0000 (18:57 +0100)
commit7161d0c4c1a8ebf92fe64a8b382d410398df00dd
tree6bb3aa8fabcc120f77b3f9424ede8e983bd006ec
parenta08a0aa65979d3128d2c9034e83ddfb01117d4a1
dlog_logger: cleanup config line handling

 * remove needless setting to NULL (already NULL and would leak otherwise).
 * remove a needless void cast (just makes the code less type safe)
 * remove a needless conditional-but-not-really removal wrapper (proper API exists for this)

Change-Id: Iebc4f3cd76c5aa7973f16dca9c33575e0c21445a
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
src/logger/logger.c