From: jsg Date: Mon, 14 Oct 2024 08:42:39 +0000 (+0000) Subject: remove unused struct sigstate; ok miod@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b1f183b67c8673ce612831b5a8505c5fe1fa2364;p=openbsd remove unused struct sigstate; ok miod@ --- diff --git a/sys/arch/m88k/m88k/sig_machdep.c b/sys/arch/m88k/m88k/sig_machdep.c index 2c46f4687f4..b7df56b9a21 100644 --- a/sys/arch/m88k/m88k/sig_machdep.c +++ b/sys/arch/m88k/m88k/sig_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sig_machdep.c,v 1.31 2021/10/06 15:46:03 claudio Exp $ */ +/* $OpenBSD: sig_machdep.c,v 1.32 2024/10/14 08:42:39 jsg Exp $ */ /* * Copyright (c) 2014 Miodrag Vallat. * @@ -78,11 +78,6 @@ vaddr_t local_stack_frame(struct trapframe *, vaddr_t, size_t); -struct sigstate { - int ss_flags; /* which of the following are valid */ - struct trapframe ss_frame; /* original exception frame */ -}; - /* * WARNING: sigcode() in subr.s assumes sf_scp is the first field of the * sigframe.