mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 06:03:10 +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) {
|
std::ostream& Trick::operator<< (std::ostream& s, Trick::VariableServerThread& vst) {
|
||||||
|
|
||||||
// Write a JSON representation of a Trick::VariableServerThread to an ostream.
|
// Write a JSON representation of a Trick::VariableServerThread to an ostream.
|
||||||
|
|
||||||
std::vector <Trick::VariableReference *>::iterator it;
|
|
||||||
|
|
||||||
struct sockaddr_in otherside;
|
struct sockaddr_in otherside;
|
||||||
socklen_t len = (socklen_t)sizeof(otherside);
|
socklen_t len = (socklen_t)sizeof(otherside);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user