From f9c8fc6017dfb2284c237a0dfa5c4f598956179c Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 10 Jul 2004 22:39:56 +0000 Subject: [PATCH] Remove obsolete prototype of kdb_trap(). --- sys/amd64/include/frame.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h index 9e007d6cf1d..199654696de 100644 --- a/sys/amd64/include/frame.h +++ b/sys/amd64/include/frame.h @@ -136,6 +136,4 @@ struct clockframe { register_t cf_ss; }; -int kdb_trap(int, int, struct trapframe *); - #endif /* _MACHINE_FRAME_H_ */