natResourceBundle.cc (getCallingClassLoader): Assume `t' won't be null.
* java/util/natResourceBundle.cc (getCallingClassLoader): Assume `t' won't be null. From-SVN: r59975
This commit is contained in:
@@ -22,8 +22,6 @@ java::lang::ClassLoader *
|
||||
java::util::ResourceBundle::getCallingClassLoader ()
|
||||
{
|
||||
gnu::gcj::runtime::StackTrace *t = new gnu::gcj::runtime::StackTrace(6);
|
||||
if (! t)
|
||||
return NULL;
|
||||
for (int i = 3; i < 6; ++i)
|
||||
{
|
||||
jclass klass = t->classAt(i);
|
||||
|
||||
Reference in New Issue
Block a user