mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
remove a stray variable
This was used to implement a much more complicated check which was dismissed in favour of the simple 'must follow in file' approach.
This commit is contained in:
parent
374cb1bc87
commit
82cbc59297
@ -716,8 +716,6 @@ gvdb_table_walk (GvdbTable *table,
|
||||
|
||||
if (gvdb_table_list_from_item (table, item, &dir, &length))
|
||||
{
|
||||
gint i;
|
||||
|
||||
/* In order to avoid files with recursive contents
|
||||
* we impose the rule that a directory's data must
|
||||
* follow the data of any directory pointing to
|
||||
|
Loading…
Reference in New Issue
Block a user