From 2c0cd311b891e209a0613b98c236bf4deb90edb4 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Sat, 7 Nov 2020 01:30:25 +0000 Subject: [PATCH] Remove unused param documentation Change-Id: I5e7a6deddfe49cf992a8066771a19ea77bed2618 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/32041 Reviewed-by: Sarah Mashayekhi Commit-Queue: dan sinclair --- src/inspector/inspector_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/inspector/inspector_test.cc b/src/inspector/inspector_test.cc index d65a3ca7cf..689fbf42b6 100644 --- a/src/inspector/inspector_test.cc +++ b/src/inspector/inspector_test.cc @@ -457,7 +457,6 @@ class InspectorHelper { /// Generates a DepthTextureType appropriate for the params /// @param dim the dimensions of the texture - /// @param type the data type of the sampled texture /// @returns the generated DepthTextureType std::unique_ptr MakeDepthTextureType( ast::type::TextureDimension dim) {