Revert "mandatory anonymous section identifier"
[oweals/uci.git] / uci.h
diff --git a/uci.h b/uci.h
index 6a72b6a0f9eadc0b2061589041fec502ea9f364e..c5583ed0f798a081e964ba120760c59d179b36e2 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -435,7 +435,6 @@ struct uci_package
        struct uci_backend *backend;
        void *priv;
        int n_section;
-       int name_index;
        struct uci_list delta;
        struct uci_list saved_delta;
 };