mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +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,
|
GCancellable *cancellable,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
GMemoryOutputStream *ostream;
|
GMemoryOutputStream *ostream = G_MEMORY_OUTPUT_STREAM (seekable);
|
||||||
GMemoryOutputStreamPrivate *priv;
|
|
||||||
|
|
||||||
ostream = G_MEMORY_OUTPUT_STREAM (seekable);
|
|
||||||
priv = ostream->priv;
|
|
||||||
|
|
||||||
if (!array_resize (ostream, offset, FALSE, error))
|
if (!array_resize (ostream, offset, FALSE, error))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user