nir: Remove outdated comment

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Caio Marcelo de Oliveira Filho
2018-08-27 15:18:10 -07:00
parent 03ecec9ed2
commit f172a77dd8

View File

@@ -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)