diff --git a/naga/src/front/spv/mod.rs b/naga/src/front/spv/mod.rs index 2b97da46c5..63206d2049 100644 --- a/naga/src/front/spv/mod.rs +++ b/naga/src/front/spv/mod.rs @@ -578,7 +578,6 @@ pub struct Frontend { lookup_type: FastHashMap, lookup_void_type: Option, lookup_storage_buffer_types: FastHashMap, crate::StorageAccess>, - // Lookup for samplers and sampled images, storing flags on how they are used. lookup_constant: FastHashMap, lookup_variable: FastHashMap, lookup_expression: FastHashMap,