mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	GOutputStream: Remove unused SpliceUserData struct
This commit is contained in:
		@@ -876,12 +876,6 @@ g_output_stream_write_bytes_finish (GOutputStream  *stream,
 | 
				
			|||||||
  return g_task_propagate_int (G_TASK (result), error);
 | 
					  return g_task_propagate_int (G_TASK (result), error);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct {
 | 
					 | 
				
			||||||
  GInputStream *source;
 | 
					 | 
				
			||||||
  gpointer user_data;
 | 
					 | 
				
			||||||
  GAsyncReadyCallback callback;
 | 
					 | 
				
			||||||
} SpliceUserData;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static void
 | 
					static void
 | 
				
			||||||
async_ready_splice_callback_wrapper (GObject      *source_object,
 | 
					async_ready_splice_callback_wrapper (GObject      *source_object,
 | 
				
			||||||
                                     GAsyncResult *res,
 | 
					                                     GAsyncResult *res,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user