# File lib/patches/db/riak.rb, line 81
  def clear_bucket_props(bucket, options={})
    profile("clear_bucket_props bucket=#{bucket.name} options=#{options}") { clear_bucket_props_without_profiling(bucket, options) }
  end