We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842989b commit c579bfeCopy full SHA for c579bfe
jbmc/src/java_bytecode/select_pointer_type.cpp
@@ -20,17 +20,8 @@ pointer_typet select_pointer_typet::convert_pointer_type(
20
&generic_parameter_specialization_map,
21
const namespacet &) const
22
{
23
- // if we have a map of generic parameters -> types and the pointer is
24
- // a generic parameter, specialize it with concrete types
25
- if(!generic_parameter_specialization_map.empty())
26
- {
27
- return specialize_generics(
28
- pointer_type, generic_parameter_specialization_map);
29
- }
30
- else
31
32
- return pointer_type;
33
+ return specialize_generics(
+ pointer_type, generic_parameter_specialization_map);
34
}
35
36
pointer_typet select_pointer_typet::specialize_generics(
0 commit comments