Remove the /* 1.2 */ comment which was orphaned by previous commit.

This commit is contained in:
Poul-Henning Kamp 2004-03-10 09:23:27 +00:00
parent d17235e59f
commit b033c30b23

View File

@ -65,8 +65,6 @@ extern char domainname[MAXHOSTNAMELEN];
extern int domainnamelen;
extern char kernelname[MAXPATHLEN];
/* 1.2 */
extern int tick; /* usec per tick (1000000 / hz) */
extern int hz; /* system clock's frequency */
extern int psratio; /* ratio: prof / stat */