jvm.h (_Jv_makeUtf8TypeConst): Removed unused declaration.
* include/jvm.h (_Jv_makeUtf8TypeConst): Removed unused declaration. From-SVN: r29021
This commit is contained in:
parent
06671717b3
commit
1aaeb2f0b5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-08-31 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* include/jvm.h (_Jv_makeUtf8TypeConst): Removed unused
|
||||
declaration.
|
||||
|
||||
1999-08-24 Bryce McKinlay <bryce@albatross.co.nz>
|
||||
|
||||
* posix-threads.cc: Include <errno.h>.
|
||||
|
|
|
@ -40,7 +40,6 @@ extern int _Jv_strLengthUtf8(char* str, int len);
|
|||
|
||||
typedef struct _Jv_Utf8Const Utf8Const;
|
||||
_Jv_Utf8Const *_Jv_makeUtf8Const (char *s, int len);
|
||||
_Jv_Utf8Const *_Jv_makeUtf8TypeConst (char* s, int len);
|
||||
_Jv_Utf8Const *_Jv_makeUtf8Const (jstring string);
|
||||
extern jboolean _Jv_equalUtf8Consts (_Jv_Utf8Const *, _Jv_Utf8Const *);
|
||||
extern jboolean _Jv_equal (_Jv_Utf8Const *, jstring, jint);
|
||||
|
|
Loading…
Add table
Reference in a new issue