mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Remove another dead assignment
This commit is contained in:
parent
f2c8572d84
commit
0d1ffbf361
@ -117,11 +117,9 @@ g_data_input_stream_set_property (GObject *object,
|
||||
const GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
GDataInputStreamPrivate *priv;
|
||||
GDataInputStream *dstream;
|
||||
|
||||
dstream = G_DATA_INPUT_STREAM (object);
|
||||
priv = dstream->priv;
|
||||
|
||||
switch (prop_id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user