Remove an incomplete comment that somehow snuck into the sources. (CVS 1172)
FossilOrigin-Name: ea1ad4653e6248f112d5516a0dcf3a72aa9b60d7
diff --git a/src/expr.c b/src/expr.c
index f706a5c..4db369d 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -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>
@@ -974,9 +974,6 @@
}
/*
-** Run
-
-/*
** Generate code into the current Vdbe to evaluate the given
** expression and leave the result on the top of stack.
*/