From a2c40ce0b618e6045b653319912a588d37f1a715 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 14 Sep 2011 03:17:13 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=24202 --- samples/vboxwrapper/vbox.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/vboxwrapper/vbox.cpp b/samples/vboxwrapper/vbox.cpp index 3351f4ee53..ccc55acf4d 100644 --- a/samples/vboxwrapper/vbox.cpp +++ b/samples/vboxwrapper/vbox.cpp @@ -299,7 +299,6 @@ bool VBOX_VM::is_running() { string vmstate; size_t vmstate_location; size_t vmstate_length; - char buf[256]; command = "showvminfo \"" + vm_name + "\" "; command += "--machinereadable ";