Fix a warning, remove unused
This commit is contained in:
parent
9848930e16
commit
f54cba9586
1 changed files with 0 additions and 1 deletions
|
@ -307,7 +307,6 @@ bool FGFlarm::gen_message()
|
||||||
// process a Flarm sentence
|
// process a Flarm sentence
|
||||||
void FGFlarm::parse_message(const std::vector<std::string>& tokens)
|
void FGFlarm::parse_message(const std::vector<std::string>& tokens)
|
||||||
{
|
{
|
||||||
string::size_type begin = 0, end;
|
|
||||||
char nmea[256];
|
char nmea[256];
|
||||||
|
|
||||||
if ( tokens[0] == "PFLAE" )
|
if ( tokens[0] == "PFLAE" )
|
||||||
|
|
Loading…
Reference in a new issue