Skip to content

Commit b72b968

Browse files
author
svorenova
committed
Remove unused function
1 parent e66f76f commit b72b968

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

jbmc/src/java_bytecode/java_types.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,6 @@ bool is_java_array_tag(const irep_idt& tag)
167167
return has_prefix(id2string(tag), "java::array[");
168168
}
169169

170-
bool is_reference_type(const char t)
171-
{
172-
return 'a'==t;
173-
}
174-
175170
typet java_type_from_char(char t)
176171
{
177172
switch(t)

jbmc/src/java_bytecode/java_types.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ typet &java_array_element_type(symbol_typet &array_symbol);
250250
bool is_java_array_type(const typet &type);
251251
bool is_multidim_java_array_type(const typet &type);
252252

253-
bool is_reference_type(char t);
254-
255253
// i integer
256254
// l long
257255
// s short

0 commit comments

Comments
 (0)