From 8cbf6025ca8e76152803e5d2ea4453b1a4dc13fb Mon Sep 17 00:00:00 2001 From: miod Date: Wed, 14 Feb 2024 12:36:35 +0000 Subject: [PATCH] Remove never ever used cpu_exec() macro, apparently already obsolete by the time this file was introduced close to 30 years ago. --- sys/arch/m88k/include/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/m88k/include/cpu.h b/sys/arch/m88k/include/cpu.h index 29644e94ad8..0c0a7171998 100644 --- a/sys/arch/m88k/include/cpu.h +++ b/sys/arch/m88k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.74 2024/01/24 19:23:39 cheloha Exp $ */ +/* $OpenBSD: cpu.h,v 1.75 2024/02/14 12:36:35 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1992, 1993 @@ -243,7 +243,6 @@ unsigned int cpu_rnd_messybits(void); * definitions of cpu-dependent requirements * referenced in generic code */ -#define cpu_exec(p) do { /* nothing */ } while (0) #define cpu_idle_enter() do { /* nothing */ } while (0) #define cpu_idle_cycle() do { /* nothing */ } while (0) -- 2.20.1