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>
This commit is contained in:
dan sinclair 2020-11-07 01:30:25 +00:00 committed by Commit Bot service account
parent 110af53089
commit 2c0cd311b8
1 changed files with 0 additions and 1 deletions

View File

@ -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<ast::type::DepthTextureType> MakeDepthTextureType(
ast::type::TextureDimension dim) {