Remove the tc_cost field from timecounters.

This commit is contained in:
Poul-Henning Kamp 1998-10-23 10:42:42 +00:00
parent 622bb93248
commit e49994fe5a
2 changed files with 2 additions and 4 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)time.h 8.5 (Berkeley) 5/4/95 * @(#)time.h 8.5 (Berkeley) 5/4/95
* $Id: time.h,v 1.32 1998/06/07 20:36:55 phk Exp $ * $Id: time.h,v 1.33 1998/06/09 13:10:54 phk Exp $
*/ */
#ifndef _SYS_TIME_H_ #ifndef _SYS_TIME_H_
@ -139,7 +139,6 @@ struct timecounter {
char *tc_name; char *tc_name;
void *tc_priv; void *tc_priv;
/* These fields will be managed by the generic code. */ /* These fields will be managed by the generic code. */
int tc_cost;
int32_t tc_adjustment; int32_t tc_adjustment;
u_int32_t tc_scale_micro; u_int32_t tc_scale_micro;
u_int32_t tc_scale_nano_i; u_int32_t tc_scale_nano_i;

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)time.h 8.5 (Berkeley) 5/4/95 * @(#)time.h 8.5 (Berkeley) 5/4/95
* $Id: time.h,v 1.32 1998/06/07 20:36:55 phk Exp $ * $Id: time.h,v 1.33 1998/06/09 13:10:54 phk Exp $
*/ */
#ifndef _SYS_TIME_H_ #ifndef _SYS_TIME_H_
@ -139,7 +139,6 @@ struct timecounter {
char *tc_name; char *tc_name;
void *tc_priv; void *tc_priv;
/* These fields will be managed by the generic code. */ /* These fields will be managed by the generic code. */
int tc_cost;
int32_t tc_adjustment; int32_t tc_adjustment;
u_int32_t tc_scale_micro; u_int32_t tc_scale_micro;
u_int32_t tc_scale_nano_i; u_int32_t tc_scale_nano_i;