aboutsummaryrefslogtreecommitdiff
path: root/src/vdbeaux.c
diff options
context:
space:
mode:
authordanielk1977 <danielk1977@noemail.net>2004-05-17 10:48:57 +0000
committerdanielk1977 <danielk1977@noemail.net>2004-05-17 10:48:57 +0000
commite014a83880e3064cbc202de5ff92a4059faa274c (patch)
tree97d34760fc860b91ffc1a174b4b7b65b34b0d049 /src/vdbeaux.c
parent93edea938088fc2cab91224d76191bd912fb53b3 (diff)
downloadsqlite-e014a83880e3064cbc202de5ff92a4059faa274c.tar.gz
sqlite-e014a83880e3064cbc202de5ff92a4059faa274c.zip
More changes to support the new types model. Compound SELECTs are currently
broken. (CVS 1389) FossilOrigin-Name: 0f6c9b05e688e281fa168aacdd867db408df2863
Diffstat (limited to 'src/vdbeaux.c')
-rw-r--r--src/vdbeaux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c
index 80a0f9a9b..e88341e84 100644
--- a/src/vdbeaux.c
+++ b/src/vdbeaux.c
@@ -1458,8 +1458,6 @@ int sqlite3VdbeKeyCompare(
return -1;
}
-return_result:
-
return 0;
}