commit | 956d9a05e610c107e9273837d45025e8198b7826 | [log] [tgz] |
---|---|---|
author | Radek Szymanski <radek.szymanski@arm.com> | Fri Nov 20 15:06:40 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Nov 20 14:06:40 2020 +0000 |
tree | f3a9b3c71bd8dc1c023d638e8a8df9af5e3c70f3 | |
parent | bf3d3fef75b9e647c624678854b7e6f3a84747f7 [diff] |
Remove unused code in kernel_read_write (#1050) These declarations either aren't used or aren't needed, as testBase.h already declares them. Some definitions got moved to test_common.h, as these are duplicated across few files. There's further opportunity to improve code reuse via test_common.h, but that's for future patch. Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>