| commit | f9ff7bf4d9a49c9a3516b77c27acd51d8045345e | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Thu Apr 13 21:52:55 2006 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 13 21:52:55 2006 +0200 |
| tree | 57f89b6ce70ba03f9e03741b37b30eadb15d8341 | |
| parent | 31425c4d58989077dfda42090269293fbccca028 [diff] |
server: Remove the use_ptrace variable.
diff --git a/server/ptrace.c b/server/ptrace.c index 9f8441f..ab6905b 100644 --- a/server/ptrace.c +++ b/server/ptrace.c
@@ -71,8 +71,6 @@ inline static int ptrace(int req, ...) { errno = EPERM; return -1; /*FAIL*/ } #endif /* HAVE_SYS_PTRACE_H */ -static const int use_ptrace = 1; /* set to 0 to disable ptrace */ - /* handle a status returned by wait4 */ static int handle_child_status( struct thread *thread, int pid, int status, int want_sig ) {