Skip to content

Commit 39cb6ec

Browse files
committed
removed int __empty() from bss_patch.c
1 parent 1dbbd97 commit 39cb6ec

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

modules/aarch64_patches/bss_interposing/bss_patch.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ int foo(void)
99
printf("The new value of bss_var is %x\n", bss_var);
1010
return 0;
1111
}
12-
13-
/*
14-
int __empty(void)
15-
{
16-
return;
17-
}
18-
*/

0 commit comments

Comments
 (0)