From bbdf026f43cf24f8101555713c129f8e61615472 Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Thu, 31 May 2018 01:21:48 +0200 Subject: * crtstuff.c: Remove declaration of _Jv_RegisterClasses. From-SVN: r260980 --- libgcc/crtstuff.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libgcc/crtstuff.c') diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c index 5e89445..d81c527 100644 --- a/libgcc/crtstuff.c +++ b/libgcc/crtstuff.c @@ -188,9 +188,6 @@ extern void *__deregister_frame_info_bases (const void *) TARGET_ATTRIBUTE_WEAK; extern void __do_global_ctors_1 (void); -/* Likewise for _Jv_RegisterClasses. */ -extern void _Jv_RegisterClasses (void *) TARGET_ATTRIBUTE_WEAK; - /* Likewise for transactional memory clone tables. */ extern void _ITM_registerTMCloneTable (void *, size_t) TARGET_ATTRIBUTE_WEAK; extern void _ITM_deregisterTMCloneTable (void *) TARGET_ATTRIBUTE_WEAK; -- cgit v1.1