Author: fijal
Branch: vmprof-newstack
Changeset: r81655:f5f00966f723
Date: 2016-01-10 21:34 +0200
http://bitbucket.org/pypy/pypy/changeset/f5f00966f723/

Log:    kill more unused code

diff --git a/rpython/rlib/rvmprof/src/vmprof_main.h 
b/rpython/rlib/rvmprof/src/vmprof_main.h
--- a/rpython/rlib/rvmprof/src/vmprof_main.h
+++ b/rpython/rlib/rvmprof/src/vmprof_main.h
@@ -38,15 +38,6 @@
 
 /************************************************************/
 
-// functions copied from libunwind using dlopen
-
-#ifndef __APPLE__ // should be linux only probably
-static int (*unw_get_reg)(unw_cursor_t*, int, unw_word_t*) = NULL;
-static int (*unw_step)(unw_cursor_t*) = NULL;
-static int (*unw_init_local)(unw_cursor_t *, unw_context_t *) = NULL;
-static int (*unw_get_proc_info)(unw_cursor_t *, unw_proc_info_t *) = NULL;
-#endif
-
 static int profile_file = -1;
 static long prepare_interval_usec;
 static struct profbuf_s *volatile current_codes;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to