From 18abc0db074764efe2db7c9d5345e0e817d4201d Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sat, 22 Nov 2014 12:45:26 -0500 Subject: [PATCH] VBOX: Get rid of unneeded variables --- samples/vboxwrapper/vbox_common.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/vboxwrapper/vbox_common.cpp b/samples/vboxwrapper/vbox_common.cpp index 190c1decb2..d7950c125c 100644 --- a/samples/vboxwrapper/vbox_common.cpp +++ b/samples/vboxwrapper/vbox_common.cpp @@ -504,7 +504,6 @@ int VBOX_BASE::get_system_log(string& log, bool tail_only, unsigned int buffer_s string virtualbox_system_log_dst; string::iterator iter; int retval = BOINC_SUCCESS; - char buf[256]; // Where should we copy temp files to? get_slot_directory(slot_directory); @@ -553,7 +552,6 @@ int VBOX_BASE::get_vm_log(string& log, bool tail_only, unsigned int buffer_size) string virtualbox_vm_log_dst; string::iterator iter; int retval = BOINC_SUCCESS; - char buf[256]; // Where should we copy temp files to? get_slot_directory(slot_directory);