mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Remmove a dead assignment.
Spotted by clang.
This commit is contained in:
parent
1ec32c403b
commit
f2c8572d84
@ -247,11 +247,9 @@ g_buffered_input_stream_set_property (GObject *object,
|
|||||||
const GValue *value,
|
const GValue *value,
|
||||||
GParamSpec *pspec)
|
GParamSpec *pspec)
|
||||||
{
|
{
|
||||||
GBufferedInputStreamPrivate *priv;
|
|
||||||
GBufferedInputStream *bstream;
|
GBufferedInputStream *bstream;
|
||||||
|
|
||||||
bstream = G_BUFFERED_INPUT_STREAM (object);
|
bstream = G_BUFFERED_INPUT_STREAM (object);
|
||||||
priv = bstream->priv;
|
|
||||||
|
|
||||||
switch (prop_id)
|
switch (prop_id)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user