help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [PATCH] Remove unused variable


From: Samuel Tardieu
Subject: [Help-smalltalk] [PATCH] Remove unused variable
Date: Fri, 08 Aug 2008 16:54:20 +0200
User-agent: StGIT/0.14.3.213.g2044

2008-08-08  Samuel Tardieu  <address@hidden>

        * libgst/sysdep.c (_gst_open_pipe): Remove unused variable.
---
 libgst/sysdep.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libgst/sysdep.c b/libgst/sysdep.c
index 04c7f5b..96ec4cc 100644
--- a/libgst/sysdep.c
+++ b/libgst/sysdep.c
@@ -1599,7 +1599,6 @@ _gst_open_pipe (const char *command,
 {
   int fd[2];
   int our_fd, child_fd;
-  int master;
   int access;
   int result;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]