mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
Another dead assignment
This commit is contained in:
parent
6cda9bfb02
commit
034d516160
@ -590,11 +590,7 @@ g_memory_output_stream_truncate (GSeekable *seekable,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
{
|
||||
GMemoryOutputStream *ostream;
|
||||
GMemoryOutputStreamPrivate *priv;
|
||||
|
||||
ostream = G_MEMORY_OUTPUT_STREAM (seekable);
|
||||
priv = ostream->priv;
|
||||
GMemoryOutputStream *ostream = G_MEMORY_OUTPUT_STREAM (seekable);
|
||||
|
||||
if (!array_resize (ostream, offset, FALSE, error))
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user