From 080cf92b85bf013e1bd6ab9f55f4aae7f9d973bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 7 Oct 2001 19:41:19 +0000 Subject: [PATCH] Remove some useless preprocesor paranoia. --- sys/fs/procfs/procfs_ctl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/fs/procfs/procfs_ctl.c b/sys/fs/procfs/procfs_ctl.c index eacf32abbd8..14e3d0a7ba5 100644 --- a/sys/fs/procfs/procfs_ctl.c +++ b/sys/fs/procfs/procfs_ctl.c @@ -52,10 +52,6 @@ #include -#ifndef FIX_SSTEP -#define FIX_SSTEP(p) -#endif - /* * True iff process (p) is in trace wait state * relative to process (curp)