aboutsummaryrefslogtreecommitdiff
path: root/src/insert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/insert.c')
-rw-r--r--src/insert.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/insert.c b/src/insert.c
index 3a531495c..f0af0fbd1 100644
--- a/src/insert.c
+++ b/src/insert.c
@@ -2007,7 +2007,6 @@ static int xferOptimization(
if( pSelect->pLimit ){
return 0; /* SELECT may not have a LIMIT clause */
}
- assert( pSelect->pOffset==0 ); /* Must be so if pLimit==0 */
if( pSelect->pPrior ){
return 0; /* SELECT may not be a compound query */
}