| commit | 2c0cd311b891e209a0613b98c236bf4deb90edb4 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dj2@everburning.com> | Sat Nov 07 01:30:25 2020 +0000 |
| committer | Commit Bot service account <commit-bot@chromium.org> | Sat Nov 07 01:30:25 2020 +0000 |
| tree | 7b565275180960a9f184cea3206bcc57c4166ca6 | |
| parent | 110af53089fd97f0132bccb411da27d3f570b717 [diff] |
Remove unused param documentation Change-Id: I5e7a6deddfe49cf992a8066771a19ea77bed2618 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/32041 Reviewed-by: Sarah Mashayekhi <sarahmashay@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org>
diff --git a/src/inspector/inspector_test.cc b/src/inspector/inspector_test.cc index d65a3ca..689fbf4 100644 --- a/src/inspector/inspector_test.cc +++ b/src/inspector/inspector_test.cc
@@ -457,7 +457,6 @@ /// 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<ast::type::DepthTextureType> MakeDepthTextureType( ast::type::TextureDimension dim) {