Remove unused variables
This commit is contained in:
parent
7177add4ce
commit
94167e05fd
@ -10,9 +10,6 @@
|
||||
|
||||
#define ARR_LEN(ARR) sizeof(ARR) / sizeof(*ARR)
|
||||
|
||||
u64 *g_cache_output = NULL;
|
||||
u64 g_size = 1024 * 1024 * 1024 / 128 * sizeof(u64);
|
||||
|
||||
extern "C" void mov_all_bytes_asm(char *buffer, u64 size);
|
||||
extern "C" void nop_all_bytes_asm(u64 size);
|
||||
extern "C" void nop_1x3_all_bytes_asm(u64 size);
|
||||
@ -131,8 +128,6 @@ int main(int argc, char *argv[]) {
|
||||
break;
|
||||
}
|
||||
|
||||
g_cache_output = (u64 *)calloc(1, g_size);
|
||||
|
||||
// clang-format off
|
||||
reptester tester = {
|
||||
{filename, NULL, 0, 0}, // params
|
||||
|
Loading…
Reference in New Issue
Block a user