# File lib/patches/db/riak.rb, line 31
  def delete_object(bucket, key, options={})
    profile("delete_object bucket=#{bucket.name} key=#{key} options=#{options}") { delete_object_without_profiling(bucket, key, options) }
  end