jvm.h (_Jv_makeUtf8TypeConst): Removed unused declaration.
authorTom Tromey <tromey@cygnus.com>
Wed, 1 Sep 1999 02:36:40 +0000 (02:36 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 1 Sep 1999 02:36:40 +0000 (02:36 +0000)
* include/jvm.h (_Jv_makeUtf8TypeConst): Removed unused
declaration.

From-SVN: r29021

libjava/ChangeLog
libjava/include/jvm.h

index db95dc3840f8b98ca3480cc7af82afbfe6196d52..dd5e2f9ce791e29b54a7cc05a4145ba7efda645b 100644 (file)
@@ -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>.
index 34da0edbea9d8c6fea283185d1d53b7196cae52f..94cd3d2def5d250e14106d39f14e42d3b17ad301 100644 (file)
@@ -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);