remove temporary debug printf()s I no longer need.
This commit is contained in:
parent
9634fa5c07
commit
000ec33af2
|
@ -61,8 +61,6 @@ void DSNLEXER::init()
|
||||||
space_in_quoted_tokens = false;
|
space_in_quoted_tokens = false;
|
||||||
|
|
||||||
commentsAreTokens = false;
|
commentsAreTokens = false;
|
||||||
|
|
||||||
D(printf( "readerStack::count:%zu\n", readerStack.size() );)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -105,8 +103,6 @@ DSNLEXER::DSNLEXER( const KEYWORD* aKeywordTable, unsigned aKeywordCount,
|
||||||
|
|
||||||
DSNLEXER::~DSNLEXER()
|
DSNLEXER::~DSNLEXER()
|
||||||
{
|
{
|
||||||
D(printf( "~readerStack::count:%zu\n", readerStack.size() );)
|
|
||||||
|
|
||||||
if( iOwnReaders )
|
if( iOwnReaders )
|
||||||
{
|
{
|
||||||
// delete the LINE_READERs from the stack, since I own them.
|
// delete the LINE_READERs from the stack, since I own them.
|
||||||
|
|
Loading…
Reference in New Issue