diff options
Diffstat (limited to 'gio/gsocketinputstream.c')
-rw-r--r-- | gio/gsocketinputstream.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gio/gsocketinputstream.c b/gio/gsocketinputstream.c index 89e8a84ba..66d0bfff1 100644 --- a/gio/gsocketinputstream.c +++ b/gio/gsocketinputstream.c @@ -27,7 +27,6 @@ #include "gsocketinputstream.h" #include "glibintl.h" -#include "gsimpleasyncresult.h" #include "gcancellable.h" #include "gpollableinputstream.h" #include "gioerror.h" @@ -62,8 +61,6 @@ struct _GSocketInputStreamPrivate GSocket *socket; /* pending operation metadata */ - GSimpleAsyncResult *result; - GCancellable *cancellable; gpointer buffer; gsize count; }; |