ldb:ldb_sqlite3 backend - remove a warning which has already been resolved
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 11 Jun 2010 06:52:12 +0000 (08:52 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 11 Jun 2010 06:52:12 +0000 (08:52 +0200)
source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c

index b9772b861292fbc02c944c9f1016541d914a335d..12af9c54504f6f7e007eb968142a5ee775e5ede2 100644 (file)
@@ -1180,7 +1180,6 @@ static int lsql_modify(struct lsql_context *ctx)
                                return LDB_ERR_CONSTRAINT_VIOLATION;
                        }
 
-#warning "We should throw an error if no value is provided!"
                        /* For each value of the specified attribute name... */
                        for (j = 0; j < el->num_values; j++) {
                                struct ldb_val value;