java-array.h (jobjectArrayjchar): Removed unused declaration.
* include/java-array.h (jobjectArrayjchar): Removed unused declaration. From-SVN: r29068
This commit is contained in:
parent
3a5395a311
commit
ec52881776
@ -1,5 +1,8 @@
|
||||
1999-09-02 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* include/java-array.h (jobjectArrayjchar): Removed unused
|
||||
declaration.
|
||||
|
||||
* java/lang/natClassLoader.cc (_Jv_WaitForState): Call
|
||||
_Jv_PrepareCompiledClass while holding class mutex.
|
||||
|
||||
|
@ -54,8 +54,6 @@ typedef JArray<jlong> *jlongArray;
|
||||
typedef JArray<jfloat> *jfloatArray;
|
||||
typedef JArray<jdouble> *jdoubleArray;
|
||||
typedef JArray<jstring> *jstringArray;
|
||||
// Temporary work-around for gcjh bug. FIXME
|
||||
typedef JArray<jcharArray> *jobjectArrayjchar;
|
||||
|
||||
extern "C" jbooleanArray JvNewBooleanArray (jint length);
|
||||
extern "C" jbyteArray JvNewByteArray (jint length);
|
||||
|
Loading…
Reference in New Issue
Block a user