From 685fac69cc0f96928c0addba039f03db2e0ca4a9 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 1 Jan 2022 14:18:39 +0000 Subject: [PATCH] Remove unused function prototype. --- sys/arch/riscv64/include/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/riscv64/include/cpu.h b/sys/arch/riscv64/include/cpu.h index 7455e6808ab..20da2ccf689 100644 --- a/sys/arch/riscv64/include/cpu.h +++ b/sys/arch/riscv64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.10 2021/07/24 18:15:13 kettenis Exp $ */ +/* $OpenBSD: cpu.h,v 1.11 2022/01/01 14:18:39 kettenis Exp $ */ /* * Copyright (c) 2019 Mike Larkin @@ -264,7 +264,6 @@ void delay (unsigned); void fpu_save(struct proc *, struct trapframe *); void fpu_load(struct proc *); -void fpu_discard(struct proc *p); extern int cpu_errata_sifive_cip_1200; -- 2.20.1