Remove DAWN_USE_NEW_TINT_TRANSFORM_API

The legacy code path has now been removed from dawn:
https://dawn-review.googlesource.com/c/dawn/+/34900

Bug: tint:390
Bug: tint:389
Change-Id: Id897bae3d29c7ff5bb0e2e32db1a4b493d4fe715
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/35004
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton 2020-12-07 14:23:44 +00:00 committed by Commit Bot service account
parent 00b77a80ab
commit b8a3078bbe
1 changed files with 0 additions and 5 deletions

View File

@ -23,11 +23,6 @@
#include "src/diagnostic/diagnostic.h"
#include "src/transform/transform.h"
// A define used by Dawn to atomically switch to the new tint::transform API
// when the API breaking change lands.
// TODO(bclayton) - Remove once migration is complete
#define DAWN_USE_NEW_TINT_TRANSFORM_API 1
namespace tint {
namespace transform {