Author: markj
Date: Thu May 15 21:19:13 2014
New Revision: 266195
URL: http://svnweb.freebsd.org/changeset/base/266195

Log:
  Remove some prototypes for undefined functions.
  
  MFC after:    3 days

Modified:
  head/sys/dev/hwpmc/hwpmc_core.h
  head/sys/dev/hwpmc/hwpmc_uncore.h

Modified: head/sys/dev/hwpmc/hwpmc_core.h
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_core.h     Thu May 15 20:58:23 2014        
(r266194)
+++ head/sys/dev/hwpmc/hwpmc_core.h     Thu May 15 21:19:13 2014        
(r266195)
@@ -179,8 +179,6 @@ int pmc_core_initialize(struct pmc_mdep 
            int _version_override);
 void   pmc_core_finalize(struct pmc_mdep *_md);
 
-void   pmc_core_mark_started(int _cpu, int _pmc);
-
 int    pmc_iaf_initialize(struct pmc_mdep *_md, int _maxcpu, int _npmc, int 
_width);
 void   pmc_iaf_finalize(struct pmc_mdep *_md);
 

Modified: head/sys/dev/hwpmc/hwpmc_uncore.h
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_uncore.h   Thu May 15 20:58:23 2014        
(r266194)
+++ head/sys/dev/hwpmc/hwpmc_uncore.h   Thu May 15 21:19:13 2014        
(r266195)
@@ -115,8 +115,6 @@ struct pmc_md_ucp_pmc {
 int    pmc_uncore_initialize(struct pmc_mdep *_md, int _maxcpu);
 void   pmc_uncore_finalize(struct pmc_mdep *_md);
 
-void   pmc_uncore_mark_started(int _cpu, int _pmc);
-
 int    pmc_ucf_initialize(struct pmc_mdep *_md, int _maxcpu, int _npmc, int 
_width);
 void   pmc_ucf_finalize(struct pmc_mdep *_md);
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to