- Removed crappy debug effort.

This commit is contained in:
ccremers 2004-08-12 13:23:21 +00:00
parent b9f4d11d0a
commit 8fcdc9384e

View File

@ -160,9 +160,6 @@ iterate_role_sends (int (*func) ())
{ {
if (rd->type == SEND) if (rd->type == SEND)
{ {
int x;
x = 1;
if (!func (p, r, rd, index)) if (!func (p, r, rd, index))
return 0; return 0;
} }