Skip to content

Commit 0c0ce3f

Browse files
author
Daniel Kroening
committed
deprecate java_is_array_type
We've got a similar (but not identical) function. This one has no users.
1 parent 891f04e commit 0c0ce3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jbmc/src/java_bytecode/java_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Author: Daniel Kroening, [email protected]
2020

2121
#include <goto-programs/resolve_inherited_component.h>
2222

23+
DEPRECATED(SINCE(2019, 6, 10, "use is_java_array_type instead"))
2324
bool java_is_array_type(const typet &type);
2425

2526
/// Returns true iff the argument represents a string type (CharSequence,

0 commit comments

Comments
 (0)