Remove unused execute_command_timed() (#754684)

Use of execute_command_timed() was removed by this commit from
2013-02-22:
    52a2a9b00a
    Reduce threading (#685740)

Bug 754684 - Updates to FileSystem:: and Utils::execute_command()
             functions
This commit is contained in:
Mike Fleetwood 2015-08-29 10:15:58 +01:00 committed by Curtis Gedak
parent 66bb88abf7
commit d3e17f4484
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ public:
protected:
int execute_command( const Glib::ustring & command, OperationDetail & operationdetail,
bool checkstatus = false, bool cancel_safe = false );
int execute_command_timed( const Glib::ustring & command, OperationDetail & operationdetail ) {
return execute_command( command, operationdetail, true ); }
void execute_command_eof();
Glib::ustring mk_temp_dir( const Glib::ustring & infix, OperationDetail & operationdetail ) ;
void rm_temp_dir( const Glib::ustring dir_name, OperationDetail & operationdetail ) ;