commit | 2027c10a9f0847ad0fd49ae6ca39c8346c3a5126 | [log] [tgz] |
---|---|---|
author | Michael Scott <michael@opensourcefoundries.com> | Mon May 07 13:59:11 2018 -0700 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri May 11 16:38:49 2018 +0300 |
tree | 6e8a680f2c8f37ece5dada8350664906d2139eff | |
parent | bba1fe8ca95c4021921606b7d0f61085080020ab [diff] |
net: lwm2m: remove "path" from object and resource instances The path member of the object instance and resource instance structures can easily be removed to save several bytes per instance over the entire LwM2M subsystem. So let's remove it. Example savings when building for nrf52_blenano: SRAM usage before patch: 37952 B SRAM usage after patch: 36576 B Signed-off-by: Michael Scott <michael@opensourcefoundries.com>