diff options
-rw-r--r-- | src/compiler/nir/nir_deref.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) |