Repository: incubator-mynewt-core Updated Branches: refs/heads/develop b907f9843 -> 20304feca
MYNEWT-516: cleanup Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/20304fec Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/20304fec Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/20304fec Branch: refs/heads/develop Commit: 20304feca273cf325d600b48b7e12f75668364b3 Parents: b907f98 Author: Peter Snyder <[email protected]> Authored: Tue Dec 20 17:08:02 2016 -0800 Committer: Peter Snyder <[email protected]> Committed: Tue Dec 20 17:08:02 2016 -0800 ---------------------------------------------------------------------- sys/log/src/log_nmgr.c | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/20304fec/sys/log/src/log_nmgr.c ---------------------------------------------------------------------- diff --git a/sys/log/src/log_nmgr.c b/sys/log/src/log_nmgr.c index e6e255f..cc55fae 100644 --- a/sys/log/src/log_nmgr.c +++ b/sys/log/src/log_nmgr.c @@ -53,18 +53,6 @@ static struct mgmt_handler log_nmgr_group_handlers[] = { [LOGS_NMGR_OP_LOGS_LIST] = {log_nmgr_logs_list, NULL} }; -#if 0 -/* - * Encode request - packages log entry request and response - */ -struct encode_off { - void *eo_encoder; - int64_t eo_ts; - uint8_t eo_index; - uint32_t rsp_len; -}; -#endif - /** * Log encode entry * @param log structure, arg:struct passed locally, dataptr, len
