From: Caio Marcelo de Oliveira Filho Date: Mon, 27 Aug 2018 22:18:10 +0000 (-0700) Subject: nir: Remove outdated comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f172a77dd8d02018f5dc1f974ce17c33d857fdd7;p=mesa.git nir: Remove outdated comment Reviewed-by: Jason Ekstrand --- diff --git a/src/compiler/nir/nir_deref.c b/src/compiler/nir/nir_deref.c index c8851688f9d..097ea8f1046 100644 --- a/src/compiler/nir/nir_deref.c +++ b/src/compiler/nir/nir_deref.c @@ -271,9 +271,6 @@ nir_fixup_deref_modes(nir_shader *shader) } } -/** Returns true if the storage referrenced to by deref completely contains - * the storage referenced by sub. - */ nir_deref_compare_result nir_compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path)