Remove validator.h

With this change, the Validator is fully removed from Tint, including
from it's public API.

Fix: tint:642
Change-Id: Id4867cc3866bb2ea09eff499537d58b938d18f43
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/47125
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
Antonio Maiorano
2021-04-09 13:26:38 +00:00
committed by Commit Bot service account
parent e2c775f4bb
commit 71512e30ca
4 changed files with 0 additions and 56 deletions

View File

@@ -32,7 +32,6 @@
#include "src/transform/renamer.h"
#include "src/transform/vertex_pulling.h"
#include "src/type/type_manager.h"
#include "src/validator/validator.h"
#include "src/writer/writer.h"
#if TINT_BUILD_SPV_READER