OSDN Git Service

deprecate GBM_BO_USE_WRITE
authorZach Reizner <zachr@google.com>
Tue, 8 Mar 2016 18:22:40 +0000 (10:22 -0800)
committerchrome-bot <chrome-bot@chromium.org>
Fri, 22 Apr 2016 17:14:03 +0000 (10:14 -0700)
commit5c22777ca4a9fa6a8cd6b344d4f4bae8fca8561f
tree1f0af6e2900ebc762674fc09401c635483610756
parentab9e5e0d704c8e8171a797bd3be49ee90c92bef6
deprecate GBM_BO_USE_WRITE

There are no users of this flag, and the only thing it is defined to
affect is gbm_bo_write, which has no implementation. I suspect this is a
leftover from the original gbm that is no longer needed.

This also removes the declaration of gbm_bo_write to keep others from
thinking minigbm actually implements it.

BUG=None
TEST=minigbm still builds

Change-Id: I0b72efa14208b32e924292cef957273359c7d40b
Reviewed-on: https://chromium-review.googlesource.com/331289
Commit-Ready: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Stéphane Marchesin <marcheu@chromium.org>
gbm.h