From 5bd90da0ef775f549d42eeb4bff36cab3e446771 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 15 Aug 2016 10:46:33 +0000 Subject: [PATCH] Remove duplicate definition of get_pcb_td(). gcc works for detecting this error. --- sys/i386/include/md_var.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h index c4c9ca96c36..c3caf07a910 100644 --- a/sys/i386/include/md_var.h +++ b/sys/i386/include/md_var.h @@ -69,6 +69,5 @@ void ppro_reenable_apic(void); void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int selec); union savefpu *get_pcb_user_save_td(struct thread *td); union savefpu *get_pcb_user_save_pcb(struct pcb *pcb); -struct pcb *get_pcb_td(struct thread *td); #endif /* !_MACHINE_MD_VAR_H_ */