remove some old junk
[project/uci.git] / uci.h
diff --git a/uci.h b/uci.h
index 4706255..d18095d 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -84,8 +84,6 @@ struct uci_context
        /* private: */
        int errno;
        jmp_buf trap;
-       jmp_buf trap_saved;
-       int saved;
 };
 
 struct uci_parse_context
@@ -97,6 +95,7 @@ struct uci_parse_context
        struct uci_config *cfg;
        FILE *file;
        char *buf;
+       char *reason;
        int bufsz;
 };