VBOX: Get rid of unneeded variables

This commit is contained in:
Rom Walton 2014-11-22 12:45:26 -05:00
parent a09b30353f
commit 18abc0db07
1 changed files with 0 additions and 2 deletions

View File

@ -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);