fix warning

This commit is contained in:
Vítor Santos Costa 2013-11-05 17:52:37 +00:00
parent 8c66979817
commit ddbed6f29b

View File

@ -31,7 +31,6 @@ static void send_tracer_message(char *, char *, Int, char *, CELL *);
static void static void
send_tracer_message(char *start, char *name, Int arity, char *mname, CELL *args) send_tracer_message(char *start, char *name, Int arity, char *mname, CELL *args)
{ {
CACHE_REGS
if (name == NULL) { if (name == NULL) {
#ifdef YAPOR #ifdef YAPOR
fprintf(GLOBAL_stderr, "(%d)%s", worker_id, start); fprintf(GLOBAL_stderr, "(%d)%s", worker_id, start);