mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	gio/gbufferedinputstream: fix redundant-decls of g_buffered_input_stream_finalize()
g_buffered_input_stream_finalize() is already declared as static in this gbufferedinputstream.c file, so just remove the redundant declaration. Signed-off-by: Djalal Harouni <tixxdz@opendz.org> https://bugzilla.gnome.org/show_bug.cgi?id=710345
This commit is contained in:
		
				
					committed by
					
						
						Dan Winship
					
				
			
			
				
	
			
			
			
						parent
						
							fe4967f9f1
						
					
				
				
					commit
					d308ede491
				
			@@ -129,8 +129,6 @@ static gboolean g_buffered_input_stream_truncate            (GSeekable       *se
 | 
			
		||||
							     GCancellable    *cancellable,
 | 
			
		||||
							     GError         **error);
 | 
			
		||||
 | 
			
		||||
static void     g_buffered_input_stream_finalize            (GObject         *object);
 | 
			
		||||
 | 
			
		||||
static void compact_buffer (GBufferedInputStream *stream);
 | 
			
		||||
 | 
			
		||||
G_DEFINE_TYPE_WITH_CODE (GBufferedInputStream,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user