Remove unused variable definition.

This commit is contained in:
Penn, John M 047828115 2019-08-13 16:32:21 -05:00
parent 3e1d639a3e
commit ba4c86858a

View File

@ -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);