diff options
Diffstat (limited to 'src/cmd/upas/common/common.h')
| -rw-r--r-- | src/cmd/upas/common/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
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) + |
