Another dead assignment

This commit is contained in:
Matthias Clasen 2009-09-07 03:28:35 -04:00
parent 6cda9bfb02
commit 034d516160

View File

@ -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;