Commit 1aaeb2f0 by Tom Tromey Committed by Tom Tromey

jvm.h (_Jv_makeUtf8TypeConst): Removed unused declaration.

	* include/jvm.h (_Jv_makeUtf8TypeConst): Removed unused
	declaration.

From-SVN: r29021
parent 06671717
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> 1999-08-24 Bryce McKinlay <bryce@albatross.co.nz>
* posix-threads.cc: Include <errno.h>. * posix-threads.cc: Include <errno.h>.
......
...@@ -40,7 +40,6 @@ extern int _Jv_strLengthUtf8(char* str, int len); ...@@ -40,7 +40,6 @@ extern int _Jv_strLengthUtf8(char* str, int len);
typedef struct _Jv_Utf8Const Utf8Const; typedef struct _Jv_Utf8Const Utf8Const;
_Jv_Utf8Const *_Jv_makeUtf8Const (char *s, int len); _Jv_Utf8Const *_Jv_makeUtf8Const (char *s, int len);
_Jv_Utf8Const *_Jv_makeUtf8TypeConst (char* s, int len);
_Jv_Utf8Const *_Jv_makeUtf8Const (jstring string); _Jv_Utf8Const *_Jv_makeUtf8Const (jstring string);
extern jboolean _Jv_equalUtf8Consts (_Jv_Utf8Const *, _Jv_Utf8Const *); extern jboolean _Jv_equalUtf8Consts (_Jv_Utf8Const *, _Jv_Utf8Const *);
extern jboolean _Jv_equal (_Jv_Utf8Const *, jstring, jint); extern jboolean _Jv_equal (_Jv_Utf8Const *, jstring, jint);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment