build: fix BUILD_STATIC
[project/uci.git] / uci.h
diff --git a/uci.h b/uci.h
index 6a72b6a..c5583ed 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;
 };