mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gststructure: Remove dead assignment.
'type' is never used until line 1847 where it's overwritten.
This commit is contained in:
parent
471bd93af5
commit
4028fa7149
1 changed files with 0 additions and 2 deletions
|
@ -1827,8 +1827,6 @@ gst_structure_parse_value (gchar * str,
|
|||
/* check if there's a (type_name) 'cast' */
|
||||
type_name = NULL;
|
||||
if (*s == '(') {
|
||||
type = G_TYPE_INVALID;
|
||||
|
||||
s++;
|
||||
while (g_ascii_isspace (*s))
|
||||
s++;
|
||||
|
|
Loading…
Reference in a new issue