mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02: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:
@@ -716,8 +716,6 @@ gvdb_table_walk (GvdbTable *table,
|
|||||||
|
|
||||||
if (gvdb_table_list_from_item (table, item, &dir, &length))
|
if (gvdb_table_list_from_item (table, item, &dir, &length))
|
||||||
{
|
{
|
||||||
gint i;
|
|
||||||
|
|
||||||
/* In order to avoid files with recursive contents
|
/* In order to avoid files with recursive contents
|
||||||
* we impose the rule that a directory's data must
|
* we impose the rule that a directory's data must
|
||||||
* follow the data of any directory pointing to
|
* follow the data of any directory pointing to
|
||||||
|
Reference in New Issue
Block a user