diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-11-01 20:53:36 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-11-01 20:53:36 +0100 |
commit | 153f96ebc6b8a155f2a619faa54cfe11163f75c2 (patch) | |
tree | 0b890c2740e59b36e45bea2fd108fe1583e928ed /sys/src/9/pc64 | |
parent | 5c5daef9f6dc59c44d1819b2ea84f0a0c75971de (diff) |
pc64: remove unused pdballoc and pdbfree counters from mach structure
Diffstat (limited to 'sys/src/9/pc64')
-rw-r--r-- | sys/src/9/pc64/dat.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/9/pc64/dat.h b/sys/src/9/pc64/dat.h index 5b4103610..3a9d63768 100644 --- a/sys/src/9/pc64/dat.h +++ b/sys/src/9/pc64/dat.h @@ -220,8 +220,6 @@ struct Mach int havetsc; int havepge; uvlong tscticks; - int pdballoc; - int pdbfree; uintptr stack[1]; }; |