From 3da9693b81db07da14e3e3364f81a6f4d4c26597 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 17 Mar 2012 03:17:15 +0100 Subject: Remove unused constants. No code changes * syscall.c: Remove unused ENOIOCTLCMD constant. Fix indentation. * util.c: Remove unused CLONE_STOPPED constant. Signed-off-by: Denys Vlasenko --- util.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'util.c') diff --git a/util.c b/util.c index 18d29b7..5740273 100644 --- a/util.c +++ b/util.c @@ -1165,9 +1165,6 @@ printcall(struct tcb *tcp) #ifndef CLONE_VM # define CLONE_VM 0x00000100 #endif -#ifndef CLONE_STOPPED -# define CLONE_STOPPED 0x02000000 -#endif static int change_syscall(struct tcb *tcp, int new) -- cgit v1.2.3