pc64: remove unused pdballoc and pdbfree counters from mach structure
This commit is contained in:
parent
5c5daef9f6
commit
153f96ebc6
1 changed files with 0 additions and 2 deletions
|
@ -220,8 +220,6 @@ struct Mach
|
||||||
int havetsc;
|
int havetsc;
|
||||||
int havepge;
|
int havepge;
|
||||||
uvlong tscticks;
|
uvlong tscticks;
|
||||||
int pdballoc;
|
|
||||||
int pdbfree;
|
|
||||||
|
|
||||||
uintptr stack[1];
|
uintptr stack[1];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue