THRIFT-1998 TCompactProtocol.tcc - one more warning on Visual 2010

Patch: Konrad Grochowski
This commit is contained in:
Roger Meier 2014-07-07 21:44:30 +02:00
parent f9fbda8f42
commit 1a5127b76d

View File

@ -817,7 +817,6 @@ TType TCompactProtocolT<Transport_>::getTType(int8_t type) {
default:
throw TException(std::string("don't know what type: ") + (char)type);
}
return T_STOP;
}
}}} // apache::thrift::protocol