Remove unused function
Change-Id: Idf831d3b6b4c6e97191ebead9fd503d4a15db9e3
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/32380
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
diff --git a/src/inspector/inspector_test.cc b/src/inspector/inspector_test.cc
index 822aeee..d4803a5 100644
--- a/src/inspector/inspector_test.cc
+++ b/src/inspector/inspector_test.cc
@@ -480,11 +480,6 @@
name, ast::StorageClass::kUniformConstant, f32_type()));
}
- void AddF32Vec(const std::string& name, uint32_t count) {
- mod()->AddGlobalVariable(std::make_unique<ast::Variable>(
- name, ast::StorageClass::kUniformConstant, f32_vec_type(count)));
- }
-
/// Adds a depth texture variable to the module
/// @param name the name of the variable
/// @param type the type to use