Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2016 15:34:03 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300306 - head/sys/mips/include
Message-ID:  <201605201534.u4KFY33S049203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Fri May 20 15:34:03 2016
New Revision: 300306
URL: https://svnweb.freebsd.org/changeset/base/300306

Log:
  Garbage collect unused prototype for clockintr().
  
  MFC after:	3 days

Modified:
  head/sys/mips/include/clock.h

Modified: head/sys/mips/include/clock.h
==============================================================================
--- head/sys/mips/include/clock.h	Fri May 20 15:32:48 2016	(r300305)
+++ head/sys/mips/include/clock.h	Fri May 20 15:34:03 2016	(r300306)
@@ -17,8 +17,6 @@
 
 extern int cpu_clock;
 
-extern uint32_t clockintr(uint32_t, struct trapframe *);
-
 #define wall_cmos_clock 0
 #define adjkerntz 0
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605201534.u4KFY33S049203>