From d9de7596e6aa953f4d17cd965156fc22cceca7d8 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 13 Sep 2011 23:59:19 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=24193 --- samples/vboxwrapper/vbox.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/vboxwrapper/vbox.cpp b/samples/vboxwrapper/vbox.cpp index 40ccf8baac..5e87d66735 100644 --- a/samples/vboxwrapper/vbox.cpp +++ b/samples/vboxwrapper/vbox.cpp @@ -258,7 +258,6 @@ int VBOX_VM::generate_vm_root_dir( string& dir ) { bool VBOX_VM::is_registered() { string command; string output; - char buf[256]; command = "showvminfo \"" + vm_name + "\" "; command += "--machinereadable ";