Staging: hv: Hv.c: remove unused physAddr

physAddr was declared but never used in HvInit()

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Bill Pemberton 2009-07-27 16:47:38 -04:00 committed by Greg Kroah-Hartman
parent 25fb66ce44
commit b75f9c8cd2

View file

@ -232,7 +232,6 @@ HvInit (
int maxLeaf;
HV_X64_MSR_HYPERCALL_CONTENTS hypercallMsr;
void* virtAddr=0;
unsigned long physAddr=0;
DPRINT_ENTER(VMBUS);