diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-01-01 14:18:40 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2022-01-01 14:18:40 +0000 |
commit | 30d81b69f8d4657a930f7353da969670c92bca2e (patch) | |
tree | a236c7da5ecb1ddbe150ab7cc418b6bf0d13d0da | |
parent | 037e3a26cfc76b9d1d44addd9556bfe7bbdb5fed (diff) |
Remove unused function prototype.
-rw-r--r-- | sys/arch/riscv64/include/cpu.h | 3 |
1 files changed, 1 insertions, 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 <mlarkin@openbsd.org> @@ -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; |