From 153f96ebc6b8a155f2a619faa54cfe11163f75c2 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sat, 1 Nov 2014 20:53:36 +0100 Subject: [PATCH] pc64: remove unused pdballoc and pdbfree counters from mach structure --- sys/src/9/pc64/dat.h | 2 -- 1 file changed, 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]; };