Index: gears/database2/commands.cc =================================================================== --- gears/database2/commands.cc (revision 1639) +++ gears/database2/commands.cc (working copy) @@ -59,7 +59,6 @@ void Database2SyncExecuteCommand::Execute(bool *has_results) { // TODO(dimitri.glazkov): Collect row results bool result = connection()->Execute(statement_->sql(), - statement_->num_arguments(), statement_->arguments(), NULL); SetResult(result); if (!result) { @@ -117,4 +116,3 @@ // stub } -