Get rid of yyset_lineno in the parsers. Ref

This commit is contained in:
John M. Penn 2017-03-30 19:53:33 -05:00
parent 56ce1c75cc
commit 9a5bbb160a
3 changed files with 0 additions and 6 deletions
trick_source/sim_services
CheckPointAgent
MemoryManager

@ -561,8 +561,6 @@ void ChkPtParseContext::init_scanner() {
// Set the file where output messages are to go.
yyset_out( stdout, scanner);
yyset_lineno( 1, scanner);
yyset_extra( this, scanner);
}

@ -273,8 +273,6 @@ void Trick::ADefParseContext::init_scanner() {
// Set the file where output messages are to go.
yyset_out( stdout, scanner);
yyset_lineno( 1, scanner );
yyset_extra( this, scanner);
}

@ -138,8 +138,6 @@ void RefParseContext::init_scanner() {
// Set the file where output messages are to go.
yyset_out( stdout, scanner);
yyset_lineno( 1, scanner);
yyset_extra( this, scanner);
}