Merge branch 'master' of github.com:mono/mono
[mono.git] / mono / mini / exceptions-s390x.c
index ddf3564890265605208cf19940e315e030289a87..0af53fc5a84f0883453c52ec634c85df5e68eb9a 100644 (file)
@@ -85,23 +85,6 @@ typedef enum {
 
 /*====================== End of Global Variables ===================*/
 
-/*------------------------------------------------------------------*/
-/*                                                                  */
-/* Name                - mono_arch_has_unwind_info                         */
-/*                                                                  */
-/* Function    - Tests if a function has a DWARF exception table   */
-/*               that is able to restore all caller saved registers*/
-/*                                                                  */
-/*------------------------------------------------------------------*/
-
-gboolean
-mono_arch_has_unwind_info (gconstpointer addr)
-{
-       return FALSE;
-}
-
-/*========================= End of Function ========================*/
-
 /*------------------------------------------------------------------*/
 /*                                                                  */
 /* Name                - mono_arch_get_call_filter                         */