From 56ae3415a4c5a07bfaaa194ab43c3dc9a8be42d5 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 7 Jul 2014 15:47:31 -0400 Subject: [PATCH] VBOX: remove unneeded variable --- samples/vboxwrapper/vbox.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/vboxwrapper/vbox.cpp b/samples/vboxwrapper/vbox.cpp index 406c2c914e..60653661df 100644 --- a/samples/vboxwrapper/vbox.cpp +++ b/samples/vboxwrapper/vbox.cpp @@ -896,7 +896,6 @@ int VBOX_VM::register_vm() { APP_INIT_DATA aid; char buf[256]; int retval; - int portcount = 1; boinc_get_init_data_p(&aid); get_slot_directory(virtual_machine_slot_directory);