From a79cd7832f0154b7099bdeda5f9fbff6402d6760 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 12 Feb 2006 00:34:08 +0000 Subject: more changes --- src/cmd/upas/common/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cmd/upas/common/common.h') diff --git a/src/cmd/upas/common/common.h b/src/cmd/upas/common/common.h index d1e93841..acb155f5 100644 --- a/src/cmd/upas/common/common.h +++ b/src/cmd/upas/common/common.h @@ -75,5 +75,4 @@ extern int proc_wait(process*); extern int proc_free(process*); extern int proc_kill(process*); -/* tell compiler we're using a value so it won't complain */ -#define USE(x) if(x) + -- cgit v1.2.3