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

Remove an incomplete comment that somehow snuck into the sources. (CVS 1172)

FossilOrigin-Name: ea1ad4653e6248f112d5516a0dcf3a72aa9b60d7
This commit is contained in:
drh
2004-01-14 03:12:42 +00:00
parent 31e95bcc5d
commit 7bdeb312ed
3 changed files with 8 additions and 11 deletions

View File

@@ -12,7 +12,7 @@
** This file contains routines used for analyzing expressions and
** for generating VDBE code that evaluates expressions in SQLite.
**
** $Id: expr.c,v 1.103 2004/01/06 01:13:46 drh Exp $
** $Id: expr.c,v 1.104 2004/01/14 03:12:42 drh Exp $
*/
#include "sqliteInt.h"
#include <ctype.h>
@@ -973,9 +973,6 @@ int sqliteExprType(Expr *p){
return SQLITE_SO_NUM;
}
/*
** Run
/*
** Generate code into the current Vdbe to evaluate the given
** expression and leave the result on the top of stack.