Skip to content

Commit

Permalink
Removed an old unwanted junk line.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@18673 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
pguyot committed Jul 22, 2006
1 parent 91cb571 commit 5517778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/darwintracelib1.0/darwintrace.c
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2005 Apple Computer, Inc. All rights reserved.
* $Id: darwintrace.c,v 1.12 2006/07/22 03:08:58 pguyot Exp $
* $Id: darwintrace.c,v 1.13 2006/07/22 03:12:58 pguyot Exp $
*
* @APPLE_BSD_LICENSE_HEADER_START@
*
Expand Down Expand Up @@ -310,7 +310,6 @@ int execve(const char* path, char* const argv[], char* const envp[]) {
#define open(x,y,z) syscall(SYS_open, (x), (y), (z))
#define close(x) syscall(SYS_close, (x))
int result;
int saved_fd;
#if DARWINTRACE_SHOW_PROCESS
int saved_pid;
#endif
Expand Down

0 comments on commit 5517778

Please sign in to comment.