mirror of
https://github.com/nasa/trick.git
synced 2025-01-30 08:03:51 +00:00
Remove unused variable definition.
This commit is contained in:
parent
3e1d639a3e
commit
ba4c86858a
@ -68,9 +68,6 @@ Trick::VariableServerThread::~VariableServerThread() {
|
||||
std::ostream& Trick::operator<< (std::ostream& s, Trick::VariableServerThread& vst) {
|
||||
|
||||
// Write a JSON representation of a Trick::VariableServerThread to an ostream.
|
||||
|
||||
std::vector <Trick::VariableReference *>::iterator it;
|
||||
|
||||
struct sockaddr_in otherside;
|
||||
socklen_t len = (socklen_t)sizeof(otherside);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user