commit | 5a4481415bf3b63fc7a908d560ec6065887bb351 | [log] [tgz] |
---|---|---|
author | Himanshu Jha <himanshujha199640@gmail.com> | Sun Nov 25 17:13:20 2018 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Nov 28 11:54:01 2018 -0800 |
tree | 057ab50ce3a45e0950f2f6000494eb0b541e82af | |
parent | 40b54426996d1767ebb7fee031cfaf1728fb9bce [diff] |
tests: tinycrypt: remove unnecessary variable Remove an unnecessary local variable to store the return value, instead return directly thereby saving few bits of memory. Found using Coccinelle. Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>