* include/jvm.h (_Jv_makeUtf8TypeConst): Removed unused
declaration.
From-SVN: r29021
+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>.
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);