1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Remove debugging code accidently left in check-in (6642). Ticket #3862. (CVS 6645)

FossilOrigin-Name: 0d974613473b9d2af71638248a57036f903ef387
This commit is contained in:
drh
2009-05-17 15:29:31 +00:00
parent 03949bac60
commit d2c52f1cfd
3 changed files with 8 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
** This file contains C code routines that are called by the parser
** to handle SELECT statements in SQLite.
**
** $Id: select.c,v 1.515 2009/05/17 15:26:21 drh Exp $
** $Id: select.c,v 1.516 2009/05/17 15:29:31 drh Exp $
*/
#include "sqliteInt.h"
@@ -563,8 +563,6 @@ static void selectInnerLoop(
}
if( checkForMultiColumnSelectError(pParse, pDest, pEList->nExpr) ){
static int cnt = 0;
cnt++;
return;
}