mirror of
https://github.com/nasa/trick.git
synced 2025-04-13 22:23:11 +00:00
remove dead assignments VariableServerThread_loop
This commit is contained in:
parent
d701040d22
commit
2c43321076
@ -36,7 +36,7 @@ void * Trick::VariableServerThread::thread_body() {
|
||||
vs->add_vst( pthread_self() , this ) ;
|
||||
|
||||
if ( listen_dev->socket_type == SOCK_STREAM ) {
|
||||
ret = tc_accept(listen_dev, &connection);
|
||||
tc_accept(listen_dev, &connection);
|
||||
tc_blockio(&connection, TC_COMM_ALL_OR_NOTHING);
|
||||
}
|
||||
connection_accepted = true ;
|
||||
@ -141,7 +141,7 @@ void * Trick::VariableServerThread::thread_body() {
|
||||
}
|
||||
|
||||
if ( copy_mode == VS_COPY_ASYNC ) {
|
||||
ret = copy_sim_data() ;
|
||||
copy_sim_data() ;
|
||||
}
|
||||
|
||||
if ( (write_mode == VS_WRITE_ASYNC) or
|
||||
|
Loading…
x
Reference in New Issue
Block a user