diff options
Diffstat (limited to 'src/resolve.c')
-rw-r--r-- | src/resolve.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/resolve.c b/src/resolve.c index 46305ccf1..0364407d4 100644 --- a/src/resolve.c +++ b/src/resolve.c @@ -227,9 +227,6 @@ static int lookupName( assert( zCol ); /* The Z in X.Y.Z cannot be NULL */ assert( !ExprHasProperty(pExpr, EP_TokenOnly|EP_Reduced) ); -static int nCall = 0; -nCall++; - /* Initialize the node to no-match */ pExpr->iTable = -1; ExprSetVVAProperty(pExpr, EP_NoReduce); |