mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-08 14:23:19 +00:00
selftests/damon/access_memory_even: remove unused variables
By reading the code, I found these variables are never referenced in the code. Just remove them. Link: https://lkml.kernel.org/r/20240924021426.1980-1-bajing@cmss.chinamobile.com Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com> Reviewed-by: SeongJae Park <sj@kernel.org> Reviewed-by: Dev Jain <dev.jain@arm.com> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
1fa00a568d
commit
12833a7323
@ -14,10 +14,8 @@
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
char **regions;
|
||||
clock_t start_clock;
|
||||
int nr_regions;
|
||||
int sz_region;
|
||||
int access_time_ms;
|
||||
int i;
|
||||
|
||||
if (argc != 3) {
|
||||
|
Loading…
Reference in New Issue
Block a user