Skip to content

Commit 53b3c4a

Browse files
author
Daniel Kroening
committed
remove redundant class loader limit test
1 parent ba7e06f commit 53b3c4a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jbmc/src/java_bytecode/java_class_loader.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ java_class_loadert::get_parse_tree(
164164
cp_entry.path + '/' + class_file;
165165
#endif
166166

167-
if(!class_loader_limit.load_class_file(class_file))
168-
continue;
169-
170167
if(std::ifstream(full_path))
171168
{
172169
debug() << "Getting class `" << class_name << "' from file "

0 commit comments

Comments
 (0)