zero: less verbose

This commit is contained in:
Mathieu Maret 2024-02-11 19:00:17 +01:00
parent fe6dfbc1c6
commit a78aa420fd
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@ static struct mappedRessourceOps zeroOps = {
int zeroOnMapped(struct uAddrVirtualReg *vreg)
{
(void)vreg;
printf("ZERO MAPPED !!\n");
return 0;
}