1
0
Fork 0

Fix a warning, remove unused

This commit is contained in:
James Turner 2018-08-20 02:58:12 +01:00
parent 9848930e16
commit f54cba9586

View file

@ -307,7 +307,6 @@ bool FGFlarm::gen_message()
// process a Flarm sentence
void FGFlarm::parse_message(const std::vector<std::string>& tokens)
{
string::size_type begin = 0, end;
char nmea[256];
if ( tokens[0] == "PFLAE" )