Fix 'Non-static class member "yy_lp" is not initialized in this constructor nor in any functions that it calls".

Coverity CID 126893:  Uninitialized members  (UNINIT_CTOR)
This commit is contained in:
Ralf Habacker
2016-05-27 14:57:55 +02:00
committed by Robert Osfield
parent 85cd1c456f
commit dfb8b71526

View File

@@ -174,7 +174,6 @@ protected:
int* yy_full_state;
int yy_full_lp;
int yy_lp;
int yy_looking_for_trail_begin;
int yy_more_flag;