[hotssh] gssh: Remove unused variable



commit e11f60ac901c244b8bd37491a4f90cf1b4a9054f
Author: Colin Walters <walters verbum org>
Date:   Thu Dec 5 09:55:15 2013 -0500

    gssh: Remove unused variable

 libgssh/gssh-channel-output-stream.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgssh/gssh-channel-output-stream.c b/libgssh/gssh-channel-output-stream.c
index 0d7ac1e..433d74a 100644
--- a/libgssh/gssh-channel-output-stream.c
+++ b/libgssh/gssh-channel-output-stream.c
@@ -193,7 +193,6 @@ gssh_channel_output_stream_write (GOutputStream  *stream,
                                     GError        **error)
 {
   GSshChannelOutputStream *self = GSSH_CHANNEL_OUTPUT_STREAM (stream);
-  gssize ret = -1;
 
   g_return_val_if_fail (self->state == GSSH_CHANNEL_OUTPUT_STREAM_STATE_OPEN, -1);
 


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