remove unused callback function 55/174155/4
authorMaciej Slodczyk <m.slodczyk2@partner.samsung.com>
Wed, 28 Mar 2018 13:47:13 +0000 (15:47 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Thu, 29 Mar 2018 13:14:16 +0000 (15:14 +0200)
commitd1748c6a00d9f052937bbf9137f5341ba2533cf1
tree8960ecd7ca2bc1caaacccba7de2f373c7e125ec8
parent31655fb8b716991ecfdc8e2422a0bb3e05305b1b
remove unused callback function

struct log_file has a callback function pointer, set by
logfile_open() and used when handling binary files in
daemon. Since binary files support is removed, it is no
longer needed.

Change-Id: Idee02b1f2c3e9af2cad26c68f10ae0fb903f9730
include/log_file.h
src/logger/logger.c
src/logutil/logutil.c
src/shared/log_file.c