mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
Remmove a dead assignment.
Spotted by clang.
This commit is contained in:
@@ -247,11 +247,9 @@ g_buffered_input_stream_set_property (GObject *object,
|
||||
const GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
GBufferedInputStreamPrivate *priv;
|
||||
GBufferedInputStream *bstream;
|
||||
|
||||
bstream = G_BUFFERED_INPUT_STREAM (object);
|
||||
priv = bstream->priv;
|
||||
|
||||
switch (prop_id)
|
||||
{
|
||||
|
Reference in New Issue
Block a user