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:
parent
66bb88abf7
commit
d3e17f4484
|
@ -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 ) ;
|
||||
|
|
Loading…
Reference in New Issue