[tint] Remove incorrectly namespaced forward declarations
Clearly not used, otherwise these would have caused a compilation error.
Change-Id: Ia0cd7f52442b7300a972bad5c1844d5f3c0aa38c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/153160
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
diff --git a/src/tint/lang/core/intrinsic/ctor_conv.h b/src/tint/lang/core/intrinsic/ctor_conv.h
index fa68e8d..0314539 100644
--- a/src/tint/lang/core/intrinsic/ctor_conv.h
+++ b/src/tint/lang/core/intrinsic/ctor_conv.h
@@ -52,7 +52,8 @@
kNone,
};
-/// @returns the name of the type.
+/// @returns the name of the enumerator
+/// @param i the CtorConv enumerator
const char* str(CtorConv i);
/// @param n the width of the vector
diff --git a/src/tint/lang/core/intrinsic/ctor_conv.h.tmpl b/src/tint/lang/core/intrinsic/ctor_conv.h.tmpl
index bf99e91..ce7df53 100644
--- a/src/tint/lang/core/intrinsic/ctor_conv.h.tmpl
+++ b/src/tint/lang/core/intrinsic/ctor_conv.h.tmpl
@@ -29,7 +29,8 @@
kNone,
};
-/// @returns the name of the type.
+/// @returns the name of the enumerator
+/// @param i the CtorConv enumerator
const char* str(CtorConv i);
/// @param n the width of the vector
diff --git a/src/tint/lang/core/intrinsic/table.h b/src/tint/lang/core/intrinsic/table.h
index 6b13e4e..6009ec0 100644
--- a/src/tint/lang/core/intrinsic/table.h
+++ b/src/tint/lang/core/intrinsic/table.h
@@ -32,9 +32,6 @@
namespace tint::diag {
class List;
} // namespace tint::diag
-namespace tint::type {
-class Manager;
-} // namespace tint::type
namespace tint::core::intrinsic {
diff --git a/src/tint/lang/core/intrinsic/table_data.h b/src/tint/lang/core/intrinsic/table_data.h
index 5d540aa..8b6a687 100644
--- a/src/tint/lang/core/intrinsic/table_data.h
+++ b/src/tint/lang/core/intrinsic/table_data.h
@@ -26,9 +26,6 @@
#include "src/tint/utils/containers/slice.h"
/// Forward declaration
-namespace tint::type {
-class Manager;
-} // namespace tint::type
namespace tint::core::intrinsic {
struct TableData;
} // namespace tint::core::intrinsic