Author: Richard Plangger <[email protected]> Branch: new-jit-log Changeset: r85815:0ef7d860a335 Date: 2016-07-22 13:42 +0200 http://bitbucket.org/pypy/pypy/changeset/0ef7d860a335/
Log: remove include of jitlog header diff --git a/rpython/rlib/rvmprof/src/rvmprof.c b/rpython/rlib/rvmprof/src/rvmprof.c --- a/rpython/rlib/rvmprof/src/rvmprof.c +++ b/rpython/rlib/rvmprof/src/rvmprof.c @@ -21,7 +21,6 @@ #if defined(__unix__) || defined(__APPLE__) #include "vmprof_main.h" -#include "jitlog_main.h" #else #include "vmprof_main_win32.h" #endif _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
