Remove unused variables

This commit is contained in:
Abdelrahman Said 2024-06-23 21:52:58 +01:00
parent 7177add4ce
commit 94167e05fd

View File

@ -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