From 7740d0379c1880777a482a14bd6c6f2ce79c73c8 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 9 Jan 2009 16:35:25 +0000 Subject: [PATCH] no longer in kernel --- kernel/proto.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/proto.h b/kernel/proto.h index f8ea886aa..92e1e935d 100755 --- a/kernel/proto.h +++ b/kernel/proto.h @@ -88,8 +88,6 @@ _PROTOTYPE( void cons_seth, (int pos, int n) ); #define CHECK_RUNQUEUES check_runqueues_f(__FILE__, __LINE__) _PROTOTYPE( void check_runqueues_f, (char *file, int line) ); #endif -_PROTOTYPE( void timer_start, (int cat, char *name) ); -_PROTOTYPE( void timer_end, (int cat) ); /* system/do_safecopy.c */ _PROTOTYPE( int verify_grant, (endpoint_t, endpoint_t, cp_grant_id_t, vir_bytes, -- 2.44.0